From 39768c671ac4fd99db065247e9fbb51e32263739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 00:15:27 +0000 Subject: [PATCH] Bump gitpython from 3.1.12 to 3.1.30 in /scripts Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.12 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.12...3.1.30) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 56682f6332..6162562353 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -2,7 +2,7 @@ beautifulsoup4==4.9.3 certifi==2020.11.8 chardet==3.0.4 gitdb==4.0.5 -GitPython==3.1.12 +GitPython==3.1.30 idna==2.10 Jinja2==2.11.3 MarkupSafe==1.1.1