Skip to content

Commit

Permalink
Update pyjwt requirement from <2.9,>=2.4.0 to >=2.4.0,<2.10
Browse files Browse the repository at this point in the history
Updates the requirements on [pyjwt](https://github.com/jpadilla/pyjwt) to permit the latest version.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@2.4.0...2.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent d097271 commit 0d070a9
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 @@ -59,7 +59,7 @@
# Fix an issue with MarkupSafe 2.1.0 not exporting `soft_unicode`
"MarkupSafe<2.1",
"reportlab>=3.6.11,<4.3",
"pyjwt>=2.4.0,<2.9",
"pyjwt>=2.4.0,<2.10",
"Werkzeug>=1.0,<1.1",
"Jinja2>=2.11,<3.0",
"Click>=8.0.3,<9.0",
Expand Down

0 comments on commit 0d070a9

Please sign in to comment.