Skip to content

Commit

Permalink
ci(dependabot-pip): bump pygithub from 2.2.0 to 2.5.0
Browse files Browse the repository at this point in the history
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](PyGithub/PyGithub@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 10, 2024
1 parent 1a571a1 commit 6bcf090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bcf090

Please sign in to comment.