From 226d28766efdf1c08505e46bf882f735bcdbc5c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 20:28:28 +0000 Subject: [PATCH] Bump gitpython from 3.1.30 to 3.1.32 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.30 to 3.1.32. - [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.30...3.1.32) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... 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 b7b6b31..210e9b4 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -34,7 +34,7 @@ future==0.18.3 # via radon gitdb==4.0.10 # via gitpython -gitpython==3.1.30 +gitpython==3.1.32 # via bandit idna==3.4 # via requests