From e3de81738ea44316b513b2ede3c4ef987e7077c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:52:28 +0000 Subject: [PATCH] chore(deps): update dependency pygithub to v2.9.1 --- 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",