From cf91c22f036d6b325ccbe5bd2c7275348fec6aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:02:23 +0000 Subject: [PATCH] build(deps-dev): bump pygithub from 2.6.0 to 2.8.1 Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.6.0 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.6.0...v2.8.1) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.8.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90a5c124..761c320c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -142,7 +142,7 @@ dev = [ "isort==7.0.0", "mypy==1.19.1", "mypy-protobuf==3.6.0", - "PyGithub==2.6.0", + "PyGithub==2.8.1", "bump-my-version==1.2.4", # type stubs for mypy "types-backports==0.1.3",