From 60cfd00209264c8f7fef4ea8de14acde1c39b0f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 12:02:20 +0000 Subject: [PATCH] Bump gitpython from 3.1.18 to 3.1.29 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.18 to 3.1.29. - [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.29) --- 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..cacb50e 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.29 # via ufodiff (setup.py) smmap==5.0.0 # via gitdb standardstreams==0.2.0 # via ufodiff (setup.py)