From bf99366f528de9731e35dc9c23886ea74423a7cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 00:30:59 +0000 Subject: [PATCH] Update gitpython requirement from >=3.1.3 to >=3.1.49 Updates the requirements on [gitpython](https://github.com/gitpython-developers/GitPython) to permit the latest version. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.3...3.1.49) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.49 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 8afa0bd..7c6bff7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ pycodestyle>=2.6.0 coverage>=5.1 coveralls>=2.0.0 virtualenv>=3.1.0 -gitpython>=3.1.3 +gitpython>=3.1.49 docker>=4.2.1 cwltool==3.0.20200706173533 pandas==1.0.5