Skip to content

Commit

Permalink
Chore(deps): Update pyjwt requirement in /api/app (#146)
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.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 2ab249c commit 6eb902e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SQLAlchemy~=2.0.36
pydantic~=2.9.2
cryptography~=43.0.3
pydantic-settings~=2.6.1
PyJWT~=2.9.0
PyJWT~=2.10.1
requests~=2.32.3
pycryptodome~=3.21.0
python-multipart~=0.0.17
Expand Down

0 comments on commit 6eb902e

Please sign in to comment.