From fa5c6bbd5017a6ebae3d68b63048291a8089c37b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 22:28:31 +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.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.0.0...3.1.30) --- 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..84764d8f052c1 100644 --- a/tools/deprecate_version/requirements.txt +++ b/tools/deprecate_version/requirements.txt @@ -1,2 +1,2 @@ -GitPython==3.0.0 +GitPython==3.1.30 PyGithub==1.43.8