From 74740cdfc33656901e6aa0119c75b11e849583a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 09:35:52 +0000 Subject: [PATCH] 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 b8aca33..0cc292f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ module = "edit_python_pe" dependencies = [ "pygit2==1.17.0", "textual==3.1.0", - "pygithub==2.6.1", + "pygithub==2.8.1", "pyyaml==6.0.2", "platformdirs==4.3.7", "babel==2.17.0",