From ebf4cf8bc1166d3b90357e5ffe152eac65fe745d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:32:33 +0000 Subject: [PATCH] Update pygithub requirement from ~=2.8 to ~=2.9 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/v2.8.0...v2.9.0) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_maint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_maint.txt b/requirements_maint.txt index 05375dd39e..be76672fd4 100644 --- a/requirements_maint.txt +++ b/requirements_maint.txt @@ -1,3 +1,3 @@ -pygithub~=2.8 +pygithub~=2.9 ruamel-yaml~=0.19 Unidecode~=1.3