From ecdec1de57a5191c9fd93a1a790b81a11cd99679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 19:43:30 +0000 Subject: [PATCH] build(deps): bump gitpython from 2.0.8 to 3.1.37 in /docs Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 2.0.8 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/2.0.8...3.1.37) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 44a91ddeecc9b..f892bd4b593bf 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -GitPython==2.0.8 +GitPython==3.1.37 Jinja2==2.10 MarkupSafe==1.1.0 Pygments==2.2.0