Skip to content

Commit d544402

Browse files
committed
Update dependency Flask-SQLAlchemy to v2.5.1
1 parent 3484d61 commit d544402

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
@@ -11,7 +11,7 @@ python-dotenv = "==0.14.0"
1111
six = "==1.15.0"
1212
Flask = "==1.1.2"
1313
Flask-Cors = "==3.0.8"
14-
Flask-SQLAlchemy = "==2.4.4"
14+
Flask-SQLAlchemy = "==2.5.1"
1515
Flask-WTF = "==0.14.3"
1616
Jinja2 = "==2.11.2"
1717
MarkupSafe = "==2.0.1"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ click==7.1.2
1111
flask-cors==3.0.8
1212
flask-jwt-extended==3.24.1
1313
flask-migrate==2.5.3
14-
flask-sqlalchemy==2.4.4
14+
flask-sqlalchemy==2.5.1
1515
flask-wtf==0.14.3
1616
flask==1.1.2
1717
gunicorn==20.0.4

0 commit comments

Comments
 (0)