Skip to content

Commit 6d20d79

Browse files
committed
Update dependency Flask-JWT-Extended to v3.25.1
1 parent 3484d61 commit 6d20d79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_RESOURCES/course-work/python-project-starter/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ MarkupSafe = "==2.0.1"
1818
SQLAlchemy = "==1.3.19"
1919
Werkzeug = "==1.0.1"
2020
WTForms = "==2.3.3"
21-
Flask-JWT-Extended = "==3.24.1"
21+
Flask-JWT-Extended = "==3.25.1"
2222
flask-migrate = "*"
2323
email-validator = "*"
2424
flask-login = "*"

_RESOURCES/course-work/python-project-starter/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
alembic==1.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
1010
click==7.1.2
1111
flask-cors==3.0.8
12-
flask-jwt-extended==3.24.1
12+
flask-jwt-extended==3.25.1
1313
flask-migrate==2.5.3
1414
flask-sqlalchemy==2.4.4
1515
flask-wtf==0.14.3

0 commit comments

Comments
 (0)