Skip to content

Commit 71bce69

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

File tree

3 files changed

+252
-100
lines changed

3 files changed

+252
-100
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"

0 commit comments

Comments
 (0)