From e86a825bb21f9400e4aa21fbcd8da82e4710a76b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 17:14:28 +0000 Subject: [PATCH] Update dependency PyGithub to v2.8.1 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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