From 9eb9aa77793012c5b8206d70154f07ae45e96012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 07:32:55 +0000 Subject: [PATCH] Bump gitpython from 3.1.24 to 3.1.30 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.24 to 3.1.30. - [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.24...3.1.30) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5e44601..cff2d67 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -24,7 +24,7 @@ flake8==3.9.2 # via -r requirements-dev.in gitdb==4.0.7 # via gitpython -gitpython==3.1.24 +gitpython==3.1.30 # via bandit iniconfig==1.1.1 # via pytest