From a742c80049542e3419376efd3b4976a1850bd33a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:26:50 +0000 Subject: [PATCH] Bump werkzeug from 3.0.1 to 3.0.3 in /requirements Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 to 3.0.3. - [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.1...3.0.3) --- 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 462784a..1d06186 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==3.0.1 +werkzeug==3.0.3 # via flask diff --git a/requirements/development.txt b/requirements/development.txt index b941c2d..f06646c 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==3.0.1 +werkzeug==3.0.3 # via flask