From 711dcedf057d4168080b49d3c85eed3fbe523295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 05:08:44 +0000 Subject: [PATCH] build(deps): bump pygithub in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [pygithub](https://github.com/pygithub/pygithub). Updates `pygithub` from 2.6.1 to 2.7.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.6.1...v2.7.0) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3d8e44b..2049b5e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ tests = [ "pytest==8.4.1", "pytest-cov==6.2.1", "click==8.2.1", - "PyGithub==2.6.1", + "PyGithub==2.7.0", "gitpython==3.1.45", ] doc = [