From 4401bad88ed6638cd5c8d158f119475bb31ad7fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 20:26:28 +0000 Subject: [PATCH] Bump gitpython from 3.1.27 to 3.1.41 in /custom-nb-image/requirements Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.27 to 3.1.41. - [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.27...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- custom-nb-image/requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-nb-image/requirements/requirements.txt b/custom-nb-image/requirements/requirements.txt index 35b5d559..30bb462d 100644 --- a/custom-nb-image/requirements/requirements.txt +++ b/custom-nb-image/requirements/requirements.txt @@ -57,7 +57,7 @@ frozenlist==1.3.1; python_version >= '3.7' fsspec==2022.8.2 future==0.18.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' gitdb==4.0.9; python_version >= '3.6' -gitpython==3.1.27; python_version >= '3.7' +gitpython==3.1.41; python_version >= '3.7' google-api-core==2.10.1; python_version >= '3.6' google-auth==2.12.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' googleapis-common-protos==1.56.4; python_version >= '3.7'