From 2c915baa40f95bea0cb087af4796d959d689dccf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 20:02:44 +0000 Subject: [PATCH] Update dependency Werkzeug to v2 [SECURITY] --- _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..dc88d2be2 100644 --- a/_RESOURCES/course-work/python-project-starter/Pipfile +++ b/_RESOURCES/course-work/python-project-starter/Pipfile @@ -16,7 +16,7 @@ Flask-WTF = "==0.14.3" Jinja2 = "==2.11.2" MarkupSafe = "==2.0.1" SQLAlchemy = "==1.3.19" -Werkzeug = "==1.0.1" +Werkzeug = "==2.2.3" WTForms = "==2.3.3" Flask-JWT-Extended = "==3.24.1" flask-migrate = "*" diff --git a/_RESOURCES/course-work/python-project-starter/requirements.txt b/_RESOURCES/course-work/python-project-starter/requirements.txt index 8ddf97170..2b6f187e4 100644 --- a/_RESOURCES/course-work/python-project-starter/requirements.txt +++ b/_RESOURCES/course-work/python-project-starter/requirements.txt @@ -25,5 +25,5 @@ python-dotenv==0.14.0 python-editor==1.0.4 six==1.15.0 sqlalchemy==1.3.19 -werkzeug==1.0.1 +werkzeug==2.2.3 wtforms==2.3.3