From 4c705231ab775946e9152d390d345fdccb111df2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 10:03:15 +0000 Subject: [PATCH] chore(deps): bump pygithub from 2.9.1 to 2.10.0 in /ci/scripts Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.9.1 to 2.10.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.9.1...v2.10.0) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ci/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/requirements.txt b/ci/scripts/requirements.txt index 9593891a..2ac56eb9 100644 --- a/ci/scripts/requirements.txt +++ b/ci/scripts/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.15.0 gitpython==3.1.59 packaging==26.3 -pygithub==2.9.1 +pygithub==2.10.0 pyyaml==6.0.3 requests==2.34.2