From 4deb6819fe9b1072f9d35b88b43c19759c2c9772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:08:04 +0000 Subject: [PATCH] Bump werkzeug from 3.0.3 to 3.1.4 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 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/3.0.3...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- exercises/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/requirements.txt b/exercises/requirements.txt index 09a0cd9..29ad2ef 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.4 youtube-dl==2021.12.17 diff --git a/requirements.txt b/requirements.txt index eebb4dd..9275c83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -241,6 +241,6 @@ urllib3==1.26.19 uvicorn==0.17.6 validators==0.33.0 webencodings==0.5.1 -Werkzeug==3.0.3 +Werkzeug==3.1.4 whois==1.20240129.2 youtube-dl==2021.12.17