diff --git a/pyproject.toml b/pyproject.toml index 818dc5e..c9d3364 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">=3.10" dependencies = [ "click==8.1.7", - "GitPython==3.1.42", + "GitPython==3.1.43", "PyGithub==2.3.0", ] diff --git a/requirements.txt b/requirements.txt index c37f7eb..877703d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ click==8.1.7 cryptography==42.0.5 Deprecated==1.2.14 gitdb==4.0.11 -GitPython==3.1.42 +GitPython==3.1.43 idna==3.6 pycparser==2.22 PyGithub==2.3.0