Skip to content

Commit

Permalink
Update pyjwt requirement from ~=2.8.0 to >=2.8,<2.11
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.8.0...2.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 26, 2024
1 parent bc1cc16 commit 8513c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies = [
'pretalx_venueless @ git+https://github.com/fossasia/eventyay-talk-video.git@main',
'pretalx-downstream @ git+https://github.com/fossasia/eventyay-talk-downstream.git@main',
"django-allauth~=0.63.3",
"PyJWT~=2.8.0",
"PyJWT>=2.8,<2.11",
'django-oauth-toolkit==2.4.*',
'requests-oauthlib==2.*',
'psycopg2-binary==2.9.10',
Expand Down

0 comments on commit 8513c95

Please sign in to comment.