From ff53c05bafe0fad20e413f597b1d3d0657c21d35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 09:39:19 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20pygithub=20from=202.6.1=20to?= =?UTF-8?q?=202.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.6.1 to 2.7.0. - [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.6.1...v2.7.0) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scripts/make_release_requirements.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/make_release_requirements.txt b/scripts/make_release_requirements.txt index 08ec76405..a22e06cc4 100644 --- a/scripts/make_release_requirements.txt +++ b/scripts/make_release_requirements.txt @@ -14,8 +14,6 @@ charset-normalizer==3.4.2 # via requests cryptography==45.0.5 # via pyjwt -deprecated==1.2.18 - # via pygithub gitdb==4.0.12 # via gitpython gitpython==3.1.45 @@ -24,7 +22,7 @@ idna==3.10 # via requests pycparser==2.22 # via cffi -pygithub==2.6.1 +pygithub==2.7.0 # via -r scripts/make_release_requirements.in pyjwt[crypto]==2.8.0 # via pygithub @@ -40,5 +38,3 @@ urllib3==2.5.0 # via # pygithub # requests -wrapt==1.17.2 - # via deprecated