From 44442060c2bfb171b5d3327a40339a803cc46e2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 02:06:19 +0000 Subject: [PATCH] Bump pygithub from 2.9.0 to 2.9.1 Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.9.0 to 2.9.1. - [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.0...v2.9.1) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d8f5d70..d9f9984 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ flask-wtf==1.2.2 werkzeug==3.1.8 bcrypt==5.0.0 APScheduler==3.11.2 -PyGithub==2.9.0 +PyGithub==2.9.1 gitpython==3.1.46 python-dotenv==1.2.2 requests==2.33.1