From d26629bea0ad2b88fc135ba3b77412c15e2cbb5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 19:52:03 +0000 Subject: [PATCH] build(deps): bump gitpython from 3.0.0 to 3.1.32 in /docs 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] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 003a06ab5257f..663664c937df7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -GitPython==3.0.0 +GitPython==3.1.32 Jinja2==2.10.3 MarkupSafe==1.1.1 Pygments==2.4.2