From ad7312895bb445736458b025c4dd8e69201d1c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 19:45:41 +0000 Subject: [PATCH] Bump werkzeug from 2.0.2 to 3.1.4 in /exercises/python/weather-app Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 3.1.4. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.0.2...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- exercises/python/weather-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/python/weather-app/requirements.txt b/exercises/python/weather-app/requirements.txt index 96fb3eb..c5e3cb2 100644 --- a/exercises/python/weather-app/requirements.txt +++ b/exercises/python/weather-app/requirements.txt @@ -51,7 +51,7 @@ tornado==6.1 traitlets==5.1.1 wcwidth==0.2.5 webencodings==0.5.1 -Werkzeug==2.0.2 +Werkzeug==3.1.4 gunicorn==20.1.0 requests~=2.28.0