From 38c0bdd483a508f5724408b272db8fe327ee9d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 19:58:36 +0000 Subject: [PATCH] Bump gitpython from 3.1.18 to 3.1.32 in /requirements Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.18 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.18...3.1.32) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index f97417e..ae13ea9 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -4,6 +4,6 @@ black == 21.7b0 beautifulsoup4 == 4.9.3 browser-cookie3 == 0.12.1 click == 8.0.1 -GitPython == 3.1.18 +GitPython == 3.1.32 isort == 5.9.3 requests == 2.25.1 \ No newline at end of file