Skip to content

Commit

Permalink
chore(deps-dev): update pygithub requirement from <2,>=1.53 to >=1.53,<3
Browse files Browse the repository at this point in the history
Updates the requirements on [pygithub](https://github.com/pygithub/pygithub) to permit the latest version.
- [Release notes](https://github.com/pygithub/pygithub/releases)
- [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst)
- [Commits](PyGithub/PyGithub@v1.53...v2.4.0)

---
updated-dependencies:
- dependency-name: pygithub
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 2eeaf36 commit b36dfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
),
extras_require={
'github': [
'PyGithub>=1.53,<2',
'PyGithub>=1.53,<3',
],
},
use_scm_version={"relative_to": __file__},
Expand Down

0 comments on commit b36dfc3

Please sign in to comment.