diff --git a/pyproject.toml b/pyproject.toml index 5d70627..337f8ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires-python = ">=3.10" dependencies = [ "click==8.2.1", "GitPython==3.1.45", - "PyGithub==2.7.0", + "PyGithub==2.8.1", ] diff --git a/requirements.txt b/requirements.txt index dc9e752..e7bf7b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ gitdb==4.0.12 GitPython==3.1.45 idna==3.10 pycparser==2.22 -PyGithub==2.7.0 +PyGithub==2.8.1 PyJWT==2.10.1 PyNaCl==1.5.0 python-dateutil==2.9.0.post0