Skip to content

Commit

Permalink
Update pygithub requirement from ~=1.0 to ~=2.2 (#123)
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.0...v2.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Alfare <[email protected]>
  • Loading branch information
dependabot[bot] and mikealfare authored Mar 17, 2024
1 parent d64c8bf commit e09c899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
StrEnum
requests
semantic-version~=2.10.0
PyGithub~=1.0
PyGithub~=2.2
pydantic

0 comments on commit e09c899

Please sign in to comment.