From f9f7f2eb78edf5471c02f18948f6e9851a3a1053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:38:59 +0000 Subject: [PATCH] Bump werkzeug from 2.3.3 to 3.0.1 in /requirements Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.3 to 3.0.1. - [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.3.3...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- requirements/development.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/common.txt b/requirements/common.txt index bdd94d9..c6c057e 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -22,5 +22,5 @@ paho-mqtt==1.4.0 # via -r common.in typing==3.6.6 # via -r common.in -werkzeug==2.3.3 +werkzeug==3.0.1 # via flask diff --git a/requirements/development.txt b/requirements/development.txt index 499ec07..8757653 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -138,5 +138,5 @@ virtualenv==16.4.3 # via tox webencodings==0.5.1 # via bleach -werkzeug==2.3.3 +werkzeug==3.0.1 # via flask