From 2ab5cfc6c4c0b723f5294ccde47cfe63fc6fdc8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 19:51:56 +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.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.0.0...3.1.32) --- 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..366ad00bd0c1c 100644 --- a/tools/deprecate_version/requirements.txt +++ b/tools/deprecate_version/requirements.txt @@ -1,2 +1,2 @@ -GitPython==3.0.0 +GitPython==3.1.32 PyGithub==1.43.8