Skip to content

Commit e988e34

Browse files
committed
Uncap the djangorestframework-simplejwt version
Fix pending: jazzband/djangorestframework-simplejwt#435. After a new version with the fix gets released, bump the minimal requirement for the package.
1 parent 0844f8b commit e988e34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ djangorestframework==3.12.4
1818
# via
1919
# backend (setup.py)
2020
# djangorestframework-simplejwt
21-
djangorestframework-simplejwt==4.6.0
21+
djangorestframework-simplejwt==4.7.2
2222
# via backend (setup.py)
2323
pillow==8.3.1
2424
# via backend (setup.py)

backend/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"django>=3.2.5",
55
"django-cors-headers>=3.7.0",
66
"djangorestframework>=3.12.4",
7-
"djangorestframework-simplejwt<=4.6.0",
7+
"djangorestframework-simplejwt>=4.7.2",
88
"pillow>=8.3.1",
99
"psycopg2>=2.9.1",
1010
]

0 commit comments

Comments
 (0)