From 5e77540f1341ad1bce5083ddf577101496534df9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:13:02 +0000 Subject: [PATCH] build(deps): bump pygithub from 2.6.1 to 2.8.1 Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.6.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.6.1...v2.8.1) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.8.1 dependency-type: direct:production 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 d8a75cbc3..42ef7bad7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ tests = [ "black>=24.2.0", "click==8.2.1", "inflect==7.5.0", - "pygithub==2.6.1", + "pygithub==2.8.1", "lxml==5.3.0", "numpy==2.2.6", "parse==1.20.2",