From 64565ef9c4cf1a4051309ed349f624671dd5d6ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:34:14 +0000 Subject: [PATCH] Bump pygithub from 2.6.1 to 2.7.0 Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.6.1 to 2.7.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.6.1...v2.7.0) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 842d1ed..e8b32fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ python-gitlab==6.2.0 rdflib==7.1.3 requests==2.32.3 SPARQLTransformer==2.4.0 -PyGithub==2.6.1 +PyGithub==2.7.0 gunicorn==23.0.0; sys_platform!="win32" waitress>=1.4.2; sys_platform=="win32"