From bf6d7c6a8515a44fbdbb1ea1ea9082ef67ea65b5 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Sat, 30 Sep 2023 10:10:42 -0500 Subject: [PATCH] Bump gitpython to 3.1.35 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index abc4dd00..5cffbc03 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.34", + "gitpython==3.1.35", "importlib_resources==1.0.2", "lxml==4.9.3", "natsort==8.4.0",