From bb5001f54d060465ee23dca5abf2928cbeed95ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 04:22:00 +0000 Subject: [PATCH] build(deps): bump pygithub from 2.8.1 to 2.9.0 in the all group Bumps the all group with 1 update: [pygithub](https://github.com/pygithub/pygithub). Updates `pygithub` from 2.8.1 to 2.9.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.8.1...v2.9.0) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e405389..b76758b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ python-telegram-bot==22.7 aiohttp==3.13.3 -PyGithub==2.8.1 +PyGithub==2.9.0 dnspython==2.8.0 loguru==0.7.3 psutil==7.2.2