From d595c4c1a4da0568e934658d23e505be26bd9fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:14:10 +0000 Subject: [PATCH] Bump werkzeug from 3.0.3 to 3.0.6 in /requirements 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: indirect ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- requirements/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 571ed0f..001250c 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -67,7 +67,7 @@ tomli==2.0.1 # pyproject-hooks urllib3==2.2.2 # via sentry-sdk -werkzeug==3.0.3 +werkzeug==3.0.6 # via flask wheel==0.41.1 # via pip-tools diff --git a/requirements/test.txt b/requirements/test.txt index 2c5bb69..6d72c8f 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -155,7 +155,7 @@ urllib3[socks]==2.2.2 # -r base.txt # selenium # sentry-sdk -werkzeug==3.0.3 +werkzeug==3.0.6 # via # -r base.txt # flask