From f60e8b113b22308f00d70cd6c39bb40279ae3160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 09:07:21 +0000 Subject: [PATCH] build(deps): bump pygithub from 1.59.0 to 1.59.1 in /tools/release Bumps [pygithub](https://github.com/pygithub/pygithub) from 1.59.0 to 1.59.1. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/v1.59.1/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v1.59.0...v1.59.1) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-patch ... 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 8fd2c87c9..32db012d0 100644 --- a/tools/release/requirements.txt +++ b/tools/release/requirements.txt @@ -1,2 +1,2 @@ -PyGithub==1.59.0 +PyGithub==1.59.1 pytest==7.4.0