From 97acfcd890a23d6f0d8c7ae2f5eba25a2ec9a7f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 06:56:50 +0000 Subject: [PATCH] pip prod(deps): bump pygithub from 2.3.0 to 2.4.0 Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.3.0 to 2.4.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.3.0...v2.4.0) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements.txt.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d6949ed8..4706fcb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -60,7 +60,7 @@ plotly==5.24.0 # via -r requirements.txt.in pycparser==2.21 # via cffi -pygithub==2.3.0 +pygithub==2.4.0 # via -r requirements.txt.in pygments==2.17.2 # via rich diff --git a/requirements.txt.in b/requirements.txt.in index e62e8d75..8527a10d 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.3.0 +PyGithub==2.4.0 pandas plotly==5.24.0 copr-cli