diff --git a/pyproject.toml b/pyproject.toml index e3cc391..c622caf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">=3.10" dependencies = [ "click==8.1.7", - "GitPython==3.1.41", + "GitPython==3.1.42", "PyGithub==2.2.0", ] diff --git a/requirements.txt b/requirements.txt index cf3ec50..5380862 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ click==8.1.7 cryptography==42.0.2 Deprecated==1.2.14 gitdb==4.0.11 -GitPython==3.1.41 +GitPython==3.1.42 idna==3.6 pycparser==2.21 PyGithub==2.2.0