From 4500dd80b37d0aaa5a647746ff061121a81ca75f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 09:46:44 -0700 Subject: [PATCH] build(deps-dev): bump pygithub from 2.6.0 to 2.8.1 (#2798) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51d08ee1..af80f029 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -142,7 +142,7 @@ dev = [ "isort==7.0.0", "mypy==1.19.1", "mypy-protobuf==4.0.0", - "PyGithub==2.6.0", + "PyGithub==2.8.1", "bump-my-version==1.2.4", # type stubs for mypy "types-backports==0.1.3",