Skip to content

Commit

Permalink
Update dependency Flask-Cors to v3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 14, 2021
1 parent 3484d61 commit 78b41d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _RESOURCES/course-work/python-project-starter/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ itsdangerous = "==1.1.0"
python-dotenv = "==0.14.0"
six = "==1.15.0"
Flask = "==1.1.2"
Flask-Cors = "==3.0.8"
Flask-Cors = "==3.0.10"
Flask-SQLAlchemy = "==2.4.4"
Flask-WTF = "==0.14.3"
Jinja2 = "==2.11.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-i https://pypi.org/simple
alembic==1.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
click==7.1.2
flask-cors==3.0.8
flask-cors==3.0.10
flask-jwt-extended==3.24.1
flask-migrate==2.5.3
flask-sqlalchemy==2.4.4
Expand Down

0 comments on commit 78b41d3

Please sign in to comment.