From 6bcf090a5079d671d4f2f2a298f72057265fb039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 10:55:08 +0000 Subject: [PATCH] ci(dependabot-pip): bump pygithub from 2.2.0 to 2.5.0 Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.2.0 to 2.5.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.5.0) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f3c3d75..32bad63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ urls.Source = "https://github.com/espressif/sync-jira-actions/tags" urls.Tracker = "https://github.com/espressif/sync-jira-actions/tags/issues" - dependencies = ["PyGithub==2.2.0", "jira==3.6.0"] + dependencies = ["PyGithub==2.5.0", "jira==3.6.0"] optional-dependencies.dev = ["czespressif", "just-bin~=1.26.0", "pip-tools~=7.3", "pre-commit>=3.3", "pytest", "pytest-cov"] [build-system] diff --git a/requirements.txt b/requirements.txt index d762a78..21da5f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ pillow==10.2.0 # via jira pycparser==2.21 # via cffi -pygithub==2.2.0 +pygithub==2.5.0 # via sync-jira-actions (pyproject.toml) pyjwt==2.8.0 # via pygithub