From cdeff1ab9ffb6ba32f4306968076305a808e1e27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:14:48 +0000 Subject: [PATCH] build(deps): bump pygithub from 2.4.0 to 2.5.0 in /tools/triage Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.4.0 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.4.0...v2.5.0) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tools/triage/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/triage/requirements.txt b/tools/triage/requirements.txt index 8cc24e2..fc62c9f 100644 --- a/tools/triage/requirements.txt +++ b/tools/triage/requirements.txt @@ -5,7 +5,7 @@ cryptography==43.0.3 Deprecated==1.2.14 idna==3.10 pycparser==2.22 -PyGithub==2.4.0 +PyGithub==2.5.0 PyJWT==2.9.0 PyNaCl==1.5.0 requests==2.32.3