From ec02d78ef9219076d149b3f06d3133ece888c1cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 14:26:30 +0000 Subject: [PATCH] build(deps): update pygithub requirement from >=1.51 to >=2.9.1 Updates the requirements on [pygithub](https://github.com/pygithub/pygithub) to permit the latest version. - [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/v1.51...v2.9.1) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_release.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_release.txt b/requirements_release.txt index 0e0feb4..6ef4197 100644 --- a/requirements_release.txt +++ b/requirements_release.txt @@ -1,2 +1,2 @@ -PyGithub>=1.51 +PyGithub>=2.9.1 ruff==0.15.4