From 4b95fc321c9e58997969f1049b209b2b2149cc7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 23:53:46 +0000 Subject: [PATCH] Bump werkzeug from 3.0.3 to 3.1.5 in /exercises Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 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/3.0.3...3.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- exercises/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/requirements.txt b/exercises/requirements.txt index 09a0cd9..83ccd5d 100644 --- a/exercises/requirements.txt +++ b/exercises/requirements.txt @@ -87,5 +87,5 @@ typing_extensions==4.12.2 tzdata==2024.1 urllib3==2.2.2 webencodings==0.5.1 -Werkzeug==3.0.3 +Werkzeug==3.1.5 youtube-dl==2021.12.17