From 5deff343cfec0d52fdcaf28bf8e5b3e84a5e0f0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:53:36 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20pygithub=20from=202.7.0=20to?= =?UTF-8?q?=202.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.7.0 to 2.8.1. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v2.7.0...v2.8.1) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scripts/make_release_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_release_requirements.txt b/scripts/make_release_requirements.txt index 6677972..d93c2b5 100644 --- a/scripts/make_release_requirements.txt +++ b/scripts/make_release_requirements.txt @@ -22,7 +22,7 @@ idna==3.10 # via requests pycparser==2.22 # via cffi -pygithub==2.7.0 +pygithub==2.8.1 # via -r scripts/make_release_requirements.in pyjwt[crypto]==2.8.0 # via pygithub