From 682d94c23a0bdeb8e5112cbbd50d15d68192db49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 15:52:01 +0000 Subject: [PATCH] build(deps): bump pygithub from 2.4.0 to 2.5.0 in /tools/release 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/release/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release/requirements.txt b/tools/release/requirements.txt index 403b8250e..2a7ace486 100644 --- a/tools/release/requirements.txt +++ b/tools/release/requirements.txt @@ -1,2 +1,2 @@ -PyGithub==2.4.0 +PyGithub==2.5.0 pytest==8.3.3