From e548fa07a4e8be2b6c8df4b42046df771867d900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:09:57 +0000 Subject: [PATCH] build(deps-dev): bump pygithub from 2.8.1 to 2.9.0 Bumps [pygithub](https://github.com/pygithub/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: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 4d2b7e99..0121cfbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -149,7 +149,7 @@ dev = [ "isort==8.0.0", "mypy==1.19.1", "mypy-protobuf==5.0.0", - "PyGithub==2.8.1", + "PyGithub==2.9.0", "bump-my-version==1.3.0", # type stubs for mypy "types-backports==0.1.3",