From bd896cdc3d0d79a8d7135f6a602df9af1358963c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 08:14:49 +0000 Subject: [PATCH] Bump gitpython from 3.1.34 to 3.1.35 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.34 to 3.1.35. - [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.34...3.1.35) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 73d01ad8..e302cd98 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -181,7 +181,7 @@ gevent==22.10.2 # via -r requirements.in gitdb==4.0.10 # via gitpython -gitpython==3.1.34 +gitpython==3.1.35 # via -r requirements_test.in greenlet==2.0.2 # via gevent