From f633945d0474da908855676903229412ae8fb937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:16:33 +0000 Subject: [PATCH] :arrow_up: Bump werkzeug from 3.0.3 to 3.0.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 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/3.0.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug 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 6d87b75..fc16edb 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.0.6 youtube-dl==2021.12.17 diff --git a/requirements.txt b/requirements.txt index 7066196..7ff3b34 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.0.6 whois==1.20240129.2 youtube-dl==2021.12.17