From 951d9669f766c29f2f19751985bcb6a221ffba1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:59:07 +0000 Subject: [PATCH] build(deps): bump pygithub from 2.5.0 to 2.8.1 in /tools/triage Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.5.0 to 2.8.1. - [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.5.0...v2.8.1) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.8.1 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 662533b..2c8ef34 100644 --- a/tools/triage/requirements.txt +++ b/tools/triage/requirements.txt @@ -5,7 +5,7 @@ cryptography==44.0.2 Deprecated==1.2.18 idna==3.10 pycparser==2.22 -PyGithub==2.5.0 +PyGithub==2.8.1 PyJWT==2.10.1 PyNaCl==1.5.0 requests==2.32.3