From 02ec9b71a0a31c2c9aff1b85b05ad22b3885fddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 14:24:24 +0000 Subject: [PATCH] :arrow_up: Bump pygithub from 2.1.1 to 2.5.0 Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.1.1 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.1.1...v2.5.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 68175e9b..230b893a 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ def run(self): "textblob==0.18.0.post0", # also in pyproject.toml, required for setup script above "pyfiglet==1.0.2", "matplotlib==3.9.2", - "PyGithub==2.1.1", + "PyGithub==2.5.0", "wolframalpha==5.1.3", "yfinance==0.2.48", "mip==1.15.0",