From 7457f15ac3f6d4a791333fddb7245a9540ee540c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:59:48 +0000 Subject: [PATCH] build(deps): bump gitpython from 3.1.35 to 3.1.37 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.35 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/3.1.35...3.1.37) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d38de09a..cff6ffe0 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ def _get_version() -> str: "cssselect==1.2.0", "cssutils==2.7.1", "ftfy==6.0.3", - "gitpython==3.1.35", + "gitpython==3.1.37", "importlib_resources==1.0.2", "lxml==4.9.3", "natsort==8.4.0",