Skip to content

Commit d63fa61

Browse files
committed
Update dependency Flask to v1.1.4
1 parent 3484d61 commit d63fa61

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
@@ -9,7 +9,7 @@ gunicorn = "==20.0.4"
99
itsdangerous = "==1.1.0"
1010
python-dotenv = "==0.14.0"
1111
six = "==1.15.0"
12-
Flask = "==1.1.2"
12+
Flask = "==1.1.4"
1313
Flask-Cors = "==3.0.8"
1414
Flask-SQLAlchemy = "==2.4.4"
1515
Flask-WTF = "==0.14.3"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ flask-jwt-extended==3.24.1
1313
flask-migrate==2.5.3
1414
flask-sqlalchemy==2.4.4
1515
flask-wtf==0.14.3
16-
flask==1.1.2
16+
flask==1.1.4
1717
gunicorn==20.0.4
1818
itsdangerous==1.1.0
1919
jinja2==2.11.2

0 commit comments

Comments
 (0)