From c2f6691a5fc1d6cf3705709243842a2b5a3c5ae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 19:47:07 +0000 Subject: [PATCH] build(deps): bump gitpython in /tools/deprecate_version Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.0.0 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.0.0...3.1.37) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/deprecate_version/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deprecate_version/requirements.txt b/tools/deprecate_version/requirements.txt index dc2a917a768ee..df81c0a5a92a6 100644 --- a/tools/deprecate_version/requirements.txt +++ b/tools/deprecate_version/requirements.txt @@ -1,2 +1,2 @@ -GitPython==3.0.0 +GitPython==3.1.37 PyGithub==1.43.8