Skip to content

Commit 59de065

Browse files
Update pyjwt requirement from ~=2.8.0 to >=2.8,<2.11
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] <[email protected]>
1 parent 46c1a6c commit 59de065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies = [
6464
"pretalx_venueless @ git+https://github.com/fossasia/eventyay-talk-video.git@main",
6565
"pretalx-downstream @ git+https://github.com/fossasia/eventyay-talk-downstream.git@main",
6666
"django-allauth~=0.63.3",
67-
"PyJWT~=2.8.0",
67+
"PyJWT>=2.8,<2.11",
6868
"django-oauth-toolkit==2.4.*",
6969
"requests-oauthlib==2.*",
7070
"psycopg2-binary==2.9.10",

0 commit comments

Comments
 (0)