From 3e42841b3d525164edf51121ae301c632f38440d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 12:37:20 +0000 Subject: [PATCH] Bump the python-minor group with 2 updates Bumps the python-minor group with 2 updates: [pygithub](https://github.com/pygithub/pygithub) and [typing-extensions](https://github.com/python/typing_extensions). Updates `pygithub` from 2.1.1 to 2.8.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.1.1...v2.8.1) Updates `typing-extensions` from 4.9.0 to 4.15.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.9.0...4.15.0) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: typing-extensions dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ad7c95b..07c611b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -PyGithub==2.1.1 -typing-extensions==4.9.0 +PyGithub==2.8.1 +typing-extensions==4.15.0