Skip to content

Commit b4e40a6

Browse files
ci(dependabot-pip): bump pygithub from 2.2.0 to 2.8.1
Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.2.0 to 2.8.1. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](PyGithub/PyGithub@v2.2.0...v2.8.1) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bfb6132 commit b4e40a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
urls.Source = "https://github.com/espressif/sync-jira-actions/tags"
2424
urls.Tracker = "https://github.com/espressif/sync-jira-actions/tags/issues"
2525

26-
dependencies = ["PyGithub==2.2.0", "jira==3.6.0", "requests>=2.25.0"]
26+
dependencies = ["PyGithub==2.8.1", "jira==3.6.0", "requests>=2.25.0"]
2727
optional-dependencies.dev = ["czespressif", "just-bin~=1.26.0", "pip-tools~=7.3", "pre-commit>=3.3", "pytest", "pytest-cov"]
2828

2929
[build-system]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pillow==10.2.0
3030
# via jira
3131
pycparser==2.22
3232
# via cffi
33-
pygithub==2.2.0
33+
pygithub==2.8.1
3434
# via sync-jira-actions (pyproject.toml)
3535
pyjwt==2.8.0
3636
# via pygithub

0 commit comments

Comments
 (0)