From 39cb9433488c11346d108611fa6bb0ba29a065f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:31:48 +0000 Subject: [PATCH] Bump pygithub from 2.6.1 to 2.8.1 in /packaging/release Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.6.1 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.6.1...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] --- packaging/release/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/release/requirements.txt b/packaging/release/requirements.txt index 09dcf5242f..39585925a4 100644 --- a/packaging/release/requirements.txt +++ b/packaging/release/requirements.txt @@ -1,4 +1,4 @@ -PyGithub==2.6.1 +PyGithub==2.8.1 boto3==1.37.23 docker==7.1.0 requests==2.32.3