From 575045b1888f43cc2f2471f79a4d0e0ccd51f0f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:42:10 +0000 Subject: [PATCH] build(deps): bump gitpython from 3.1.27 to 3.1.41 in /docs Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.27 to 3.1.41. - [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.1.27...3.1.41) --- 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 48c7746..771a397 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -32,7 +32,7 @@ flake8==4.0.1; python_version >= "3.6" fonttools==4.29.1; python_version >= "3.7" ghp-import==2.0.2; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7" gitdb==4.0.9; python_version >= "3.7" -gitpython==3.1.27; python_version >= "3.7" +gitpython==3.1.41; python_version >= "3.7" identify==2.4.10; python_version >= "3.7" and python_full_version >= "3.6.1" idna==3.3; python_full_version >= "3.6.2" and python_version >= "3.7" importlib-metadata==4.11.1; python_version < "3.10" and python_version >= "3.7" and python_full_version >= "3.7.1"