From 770fefbba824ec72fe33cecb878c37fcb843a235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:48:34 +0000 Subject: [PATCH] build(deps): bump pygithub from 2.3.0 to 2.4.0 Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.3.0 to 2.4.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.3.0...v2.4.0) --- updated-dependencies: - dependency-name: pygithub 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 67c7d28d..803b5572 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -140,7 +140,7 @@ dev = [ "isort==5.13.2", "mypy==1.11.1", "mypy-protobuf==3.6.0", - "PyGithub==2.3.0", + "PyGithub==2.4.0", # type stubs for mypy "types-backports==0.1.3", "types-colorama==0.4.15.11",