diff --git a/pyproject.toml b/pyproject.toml index d275d63..742b688 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">=3.10" dependencies = [ "click==8.1.7", - "GitPython==3.1.40", + "GitPython==3.1.41", "PyGithub==2.1.1", ] diff --git a/requirements.txt b/requirements.txt index e10d0d7..516a60f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ click==8.1.7 cryptography==41.0.7 Deprecated==1.2.14 gitdb==4.0.11 -GitPython==3.1.40 +GitPython==3.1.41 idna==3.6 pycparser==2.21 PyGithub==2.1.1