We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f262c commit 95c10f4Copy full SHA for 95c10f4
askbot/__init__.py
@@ -32,7 +32,7 @@
32
'jinja2': 'Jinja2>=2.10,<3.1',
33
'jinja2_simple_tags': 'jinja2-simple-tags==0.5.0',
34
'jsonfield': 'jsonfield>=2.0.0',
35
- 'jwt': 'pyjwt<=1.7.1',
+ 'jwt': 'pyjwt<=2.12.1',
36
'keyedcache': 'django-keyedcache3>=1.5.1',
37
'livesettings': 'django-livesettings3==1.6.3',
38
'linkify_it': 'linkify-it-py==2.0.2',
pyproject.toml
@@ -63,7 +63,7 @@ dependencies = [
63
"premailer==3.10.0",
64
"psycopg2-binary>=2.9.6",
65
"pygments>=2.15.0",
66
- "pyjwt<=1.7.1",
+ "pyjwt<=2.12.1",
67
"python-cas>=1.4.0,<1.7",
68
"python-openid2>=3.0",
69
"regex",
0 commit comments