Skip to content

Commit

Permalink
Uncap the djangorestframework-simplejwt version
Browse files Browse the repository at this point in the history
Fix pending:
jazzband/djangorestframework-simplejwt#435.
After a new version with the fix gets released, bump the minimal
requirement for the package.
  • Loading branch information
dabljues committed Jul 15, 2021
1 parent 0844f8b commit e988e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ djangorestframework==3.12.4
# via
# backend (setup.py)
# djangorestframework-simplejwt
djangorestframework-simplejwt==4.6.0
djangorestframework-simplejwt==4.7.2
# via backend (setup.py)
pillow==8.3.1
# via backend (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"django>=3.2.5",
"django-cors-headers>=3.7.0",
"djangorestframework>=3.12.4",
"djangorestframework-simplejwt<=4.6.0",
"djangorestframework-simplejwt>=4.7.2",
"pillow>=8.3.1",
"psycopg2>=2.9.1",
]
Expand Down

0 comments on commit e988e34

Please sign in to comment.