From 8c7a337ce739dfa3fa46614419d18128c3a1d3c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 06:06:55 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0230528e..8498a538 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dynamic = ["version"] [project.optional-dependencies] tests = [ "packaging==26.0", - "PyGithub==2.8.1", + "PyGithub==2.9.0", "appdirs==1.4.4", "requests==2.32.5", "PySide6==6.10.2", @@ -55,7 +55,7 @@ doc = [ freeze = [ "pyinstaller==6.19.0", "packaging==26.0", - "PyGithub==2.8.1", + "PyGithub==2.9.0", "appdirs==1.4.4", "requests==2.32.5", "PySide6==6.10.2",