Skip to content

Commit

Permalink
Update pyjwt requirement from ==2.9.* to ==2.10.* in /server (#275)
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.9.0...2.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent a1d6de3 commit 6241b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Pillow==11.0.*
pandas==2.2.*
pdf2image==1.17.*
pdfrw==0.4
pyjwt==2.9.*
pyjwt==2.10.*
python-dateutil==2.9.*
pytz
redis==5.2.0
Expand Down

0 comments on commit 6241b6b

Please sign in to comment.