From 384697b7332c83cfd9f2c29138a6cf22e55600b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:47:50 +0000 Subject: [PATCH] build(deps): bump pygithub from 2.2.0 to 2.3.0 in /tools/release Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.2.0 to 2.3.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.2.0...v2.3.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 116c43563..6670d2947 100644 --- a/tools/release/requirements.txt +++ b/tools/release/requirements.txt @@ -1,2 +1,2 @@ -PyGithub==2.2.0 +PyGithub==2.3.0 pytest==8.0.2