From 1d3abe88d79793fdccfd97a570dbfa343a8ac512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 00:03:33 +0000 Subject: [PATCH] Bump gitpython from 3.1.36 to 3.1.37 in /scripts/release Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.36 to 3.1.37. - [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.36...3.1.37) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/release/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release/requirements.txt b/scripts/release/requirements.txt index 79ccbcefbe..4241cf2710 100644 --- a/scripts/release/requirements.txt +++ b/scripts/release/requirements.txt @@ -1,4 +1,4 @@ semantic-version==2.10.0 PyGithub==1.59.1 PyYAML==6.0.1 -GitPython==3.1.36 \ No newline at end of file +GitPython==3.1.37 \ No newline at end of file