From b0592dd67d675f0ad4916399d02a7558a4e9439f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:11:54 +0000 Subject: [PATCH] Bump pygithub from 2.2.0 to 2.3.0 Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.2.0 to 2.3.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.2.0...v2.3.0) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7444a78..585b979 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ version='1.0.0', install_requires=[ 'racetime_bot@git+https://github.com/wooferzfg/racetime-bot@tww-rando-bot', - 'PyGithub==2.2.0', + 'PyGithub==2.3.0', 'shortuuid==1.0.13', 'isodate>=0.6.1,<0.7', ],