From 6f7aa71de41926bcc8e8fa3818cffa79a6dd5cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 06:42:13 +0000 Subject: [PATCH] Update pygithub requirement from >=1.58.1 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.58.1...v2.9.1) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.9.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- devel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel.txt b/devel.txt index 6edaf7d..42ef535 100644 --- a/devel.txt +++ b/devel.txt @@ -6,7 +6,7 @@ flake8 coveralls kiwitcms-django-plugin parameterized -PyGithub>=1.58.1 +PyGithub>=2.9.1 pylint pylint-django psycopg>=3.1.17