From aa906a0832efc5537b271cc77fa00bec0fbb4ec0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 06:04:38 +0000 Subject: [PATCH] Bump gitpython from 3.1.18 to 3.1.19 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.18 to 3.1.19. - [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.19) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5da49a9..66a6206 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ # commandlines==0.4.1 # via ufodiff (setup.py) gitdb==4.0.7 # via gitpython -gitpython==3.1.18 # via ufodiff (setup.py) +gitpython==3.1.19 # via ufodiff (setup.py) smmap==3.0.4 # via gitdb standardstreams==0.2.0 # via ufodiff (setup.py)