Skip to content

Commit 95c10f4

Browse files
committed
Bump pyjwt upper bound from 1.7.1 to 2.12.1
1 parent b5f262c commit 95c10f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

askbot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'jinja2': 'Jinja2>=2.10,<3.1',
3333
'jinja2_simple_tags': 'jinja2-simple-tags==0.5.0',
3434
'jsonfield': 'jsonfield>=2.0.0',
35-
'jwt': 'pyjwt<=1.7.1',
35+
'jwt': 'pyjwt<=2.12.1',
3636
'keyedcache': 'django-keyedcache3>=1.5.1',
3737
'livesettings': 'django-livesettings3==1.6.3',
3838
'linkify_it': 'linkify-it-py==2.0.2',

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies = [
6363
"premailer==3.10.0",
6464
"psycopg2-binary>=2.9.6",
6565
"pygments>=2.15.0",
66-
"pyjwt<=1.7.1",
66+
"pyjwt<=2.12.1",
6767
"python-cas>=1.4.0,<1.7",
6868
"python-openid2>=3.0",
6969
"regex",

0 commit comments

Comments
 (0)