From 17f47a29cd77f2bfa25396824fb24595b7d7bf90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 05:06:46 +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.35. - [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.35) --- 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..2a3fcb491fba0 100644 --- a/tools/deprecate_version/requirements.txt +++ b/tools/deprecate_version/requirements.txt @@ -1,2 +1,2 @@ -GitPython==3.0.0 +GitPython==3.1.35 PyGithub==1.43.8