From d91ad70988c83eca89757b15e17eab8cd1bd5ce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 02:14:45 +0000 Subject: [PATCH] Update pygithub requirement in /requirements Updates the requirements on [pygithub](https://github.com/pygithub/pygithub) to permit the latest version. - [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/v1.54...v2.4.0) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 8de5eda3..829dc3b7 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -2,7 +2,7 @@ # ----------------------- GitPython>=3.1,<3.2 -PyGithub>=1.54,<2.4 +PyGithub>=1.54,<2.5 PyQt5>=5.15,<5.16 pyqt5ac>=1.2,<1.3 python-slugify>=4.0,<8.1