From 70c2cb7801f23e18fbdc6f8c967c30322469852d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 01:05:14 +0000 Subject: [PATCH] Bump werkzeug from 2.0.2 to 3.0.6 in /exercises/python/weather-app Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 3.0.6. - [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.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.0.6 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..c6b1cc1 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.0.6 gunicorn==20.1.0 requests~=2.28.0