From 9280bc97ce89c33a74b1b84c52f6806c569467f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 12:00:45 +0000 Subject: [PATCH] Bump gitpython from 3.1.18 to 3.1.30 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.18 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.18...3.1.30) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aa81c9e..a8c4579 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ # commandlines==0.4.1 # via ufodiff (setup.py) gitdb==4.0.9 # via gitpython -gitpython==3.1.18 # via ufodiff (setup.py) +gitpython==3.1.30 # via ufodiff (setup.py) smmap==5.0.0 # via gitdb standardstreams==0.2.0 # via ufodiff (setup.py)