From 7488fb2cff8b66bea1064f7b75425497137340a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:14:58 +0000 Subject: [PATCH] Bump werkzeug from 2.0.2 to 3.1.5 in /exercises/python/weather-app Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 3.1.5. - [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.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 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..6deb462 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.5 gunicorn==20.1.0 requests~=2.28.0