From fd0f1c93cccb891bbb501e4f38602b68f7aca01f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 08:35:26 +0000 Subject: [PATCH] Bump pygithub from 1.58.0 to 1.58.1 in /ci/scripts Bumps [pygithub](https://github.com/pygithub/pygithub) from 1.58.0 to 1.58.1. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/v1.58.1/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v1.58.0...v1.58.1) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ci/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/requirements.txt b/ci/scripts/requirements.txt index e78cfb85..e1b8ff43 100644 --- a/ci/scripts/requirements.txt +++ b/ci/scripts/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.11.2 gitpython==3.1.31 packaging==23.0 -pygithub==1.58.0 +pygithub==1.58.1 pyyaml==6.0 requests==2.28.2