diff --git a/pyproject.toml b/pyproject.toml index f7424b7..71af0d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires-python = ">=3.10" dependencies = [ "click==8.1.7", "GitPython==3.1.43", - "PyGithub==2.4.0", + "PyGithub==2.5.0", ] diff --git a/requirements.txt b/requirements.txt index 2dbedb6..8154013 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ gitdb==4.0.11 GitPython==3.1.43 idna==3.10 pycparser==2.22 -PyGithub==2.4.0 +PyGithub==2.5.0 PyJWT==2.9.0 PyNaCl==1.5.0 python-dateutil==2.9.0.post0