From deafca445af555217ee6fb1b89292806ba6bfed9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:20:36 +0000 Subject: [PATCH] Bump werkzeug from 3.0.3 to 3.0.6 in /Mqtt2InfluxDB 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] --- Mqtt2InfluxDB/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mqtt2InfluxDB/requirements.txt b/Mqtt2InfluxDB/requirements.txt index 769cbc9..de41fb8 100644 --- a/Mqtt2InfluxDB/requirements.txt +++ b/Mqtt2InfluxDB/requirements.txt @@ -135,7 +135,7 @@ urllib3==2.2.2 # influxdb-client # requests # sentry-sdk -werkzeug==3.0.3 +werkzeug==3.0.6 # via flask yarl==1.9.2 # via aiohttp