From 11a8bb219b831bb4286603f91ad35e2ba0ea2853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 17:32:56 +0000 Subject: [PATCH] Bump gitpython from 3.0.2 to 3.1.34 in /scripts/requirements Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.0.2 to 3.1.34. - [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.0.2...3.1.34) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements/requirements.txt b/scripts/requirements/requirements.txt index 1dd0ac665..d0ef13d2e 100644 --- a/scripts/requirements/requirements.txt +++ b/scripts/requirements/requirements.txt @@ -1,3 +1,3 @@ jsonschema==2.6.0 pystache==0.5.4 -gitpython==3.0.2 \ No newline at end of file +gitpython==3.1.34 \ No newline at end of file