From 81f1f2827240fcf8050b1eb7801343a4a60ad151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 06:19:13 +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] --- requirements/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/install.txt b/requirements/install.txt index 94594fa..15a858a 100644 --- a/requirements/install.txt +++ b/requirements/install.txt @@ -1,4 +1,4 @@ click==8.0.4;python_version<="3.6" click==8.1.7;python_version>="3.7" PyGithub==1.56;python_version<="3.6" -PyGithub==2.2.0;python_version>="3.7" +PyGithub==2.3.0;python_version>="3.7"