From b48e3fb3d1d10208207bf7ddb2a8b4002bef8c4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 02:03:59 +0000 Subject: [PATCH] Bump pygithub from 2.9.1 to 2.10.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 827fd74..360427f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ flask-wtf==1.3.0 werkzeug==3.1.8 bcrypt==5.0.0 APScheduler==3.11.3 -PyGithub==2.9.1 +PyGithub==2.10.0 gitpython==3.1.59 python-dotenv==1.2.3 requests==2.34.2