From 4b46fe0a7c5d43aa2a4100b0f2307c5e1b837e7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 18:37:57 +0000 Subject: [PATCH] Bump gitpython from 3.1.32 to 3.1.34 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.32 to 3.1.34. - [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.32...3.1.34) --- 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 306186b7..73d01ad8 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.32 +gitpython==3.1.34 # via -r requirements_test.in greenlet==2.0.2 # via gevent