From be3ba97857c9fb74ffd05c30a3e80b51a75ef585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 19:00:38 +0000 Subject: [PATCH] Update pygithub requirement from ~=2.2 to ~=2.5 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/v2.2.0...v2.5.0) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 091fadd7..88dcad1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ StrEnum requests semantic-version~=2.10.0 -PyGithub~=2.2 +PyGithub~=2.5 pydantic \ No newline at end of file