From 5ed5ea4d8fc05ab9dcf23e7779533c1847b7ee5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 13:10:17 +0100 Subject: [PATCH] pip prod(deps): bump pygithub from 2.6.0 to 2.6.1 (#1100) Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/v2.6.1/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Konrad Kleine --- requirements.txt | 2 +- requirements.txt.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index aca0ea70..65dd34d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -72,7 +72,7 @@ plotly==6.0.0 # via -r requirements.txt.in pycparser==2.21 # via cffi -pygithub==2.6.0 +pygithub==2.6.1 # via -r requirements.txt.in pygments==2.17.2 # via rich diff --git a/requirements.txt.in b/requirements.txt.in index c52c2bcc..44a613a3 100644 --- a/requirements.txt.in +++ b/requirements.txt.in @@ -3,7 +3,7 @@ # pip install pip-tools # pip-compile -o requirements.txt requirements.txt.in -PyGithub==2.6.0 +PyGithub==2.6.1 pandas plotly==6.0.0 copr-cli