From 648ecc48782565649f11dc37133962ef579f6e7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 08:16:21 +0000 Subject: [PATCH] build(deps): bump pygithub in / Bumps [pygithub](https://github.com/pygithub/pygithub) in `/` from 2.9.0 to 2.9.1. Updates `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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab48df2a6..9d62c2bc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = [ dependencies = [ "cloudscraper==1.2.71", "pillow==12.2.0", - "pygithub==2.9.0", + "pygithub==2.9.1", "python-dotenv==1.2.2", "requests==2.33.1", "tqdm==4.67.3",