From 0f6f17847d7e4c221940a3a172275d8a7ddc51bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 03:21:34 +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.4.0 to 2.5.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.4.0...v2.5.0) --- updated-dependencies: - dependency-name: pygithub 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 0effde29..e2fabfbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ tests = [ "pytest==8.3.3", "pytest-cov==6.0.0", "click==8.1.7", - "PyGithub==2.4.0", + "PyGithub==2.5.0", "gitpython==3.1.43", ] doc = [