From 75602939e02e4ba3826ec113830e240dcf7a8b81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 18:36:22 +0000 Subject: [PATCH] build(deps): bump gitpython from 3.1.32 to 3.1.34 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.32 to 3.1.34. - [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.32...3.1.34) --- 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 0be9bf78..abc4dd00 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.32", + "gitpython==3.1.34", "importlib_resources==1.0.2", "lxml==4.9.3", "natsort==8.4.0",