From 114ac38f2f9f1ac7ade678533f8d15cd23a3ea63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 20:04:31 +0000 Subject: [PATCH] Update dependency Flask-WTF to v0.15.1 --- _RESOURCES/course-work/python-project-starter/Pipfile | 2 +- _RESOURCES/course-work/python-project-starter/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_RESOURCES/course-work/python-project-starter/Pipfile b/_RESOURCES/course-work/python-project-starter/Pipfile index d20115ae0..d6a9df474 100644 --- a/_RESOURCES/course-work/python-project-starter/Pipfile +++ b/_RESOURCES/course-work/python-project-starter/Pipfile @@ -12,7 +12,7 @@ six = "==1.15.0" Flask = "==1.1.2" Flask-Cors = "==3.0.8" Flask-SQLAlchemy = "==2.4.4" -Flask-WTF = "==0.14.3" +Flask-WTF = "==0.15.1" Jinja2 = "==2.11.2" MarkupSafe = "==2.0.1" SQLAlchemy = "==1.3.19" diff --git a/_RESOURCES/course-work/python-project-starter/requirements.txt b/_RESOURCES/course-work/python-project-starter/requirements.txt index 8ddf97170..2c25c1869 100644 --- a/_RESOURCES/course-work/python-project-starter/requirements.txt +++ b/_RESOURCES/course-work/python-project-starter/requirements.txt @@ -12,7 +12,7 @@ flask-cors==3.0.8 flask-jwt-extended==3.24.1 flask-migrate==2.5.3 flask-sqlalchemy==2.4.4 -flask-wtf==0.14.3 +flask-wtf==0.15.1 flask==1.1.2 gunicorn==20.0.4 itsdangerous==1.1.0