From 080431d4ed03412fc6ef1318e57b57a879d88200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 04:01:33 +0000 Subject: [PATCH] Bump werkzeug from 2.2.2 to 2.3.8 in /icq_healthcheck/api Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.3.8. - [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.2.2...2.3.8) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- icq_healthcheck/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icq_healthcheck/api/requirements.txt b/icq_healthcheck/api/requirements.txt index 3454960..0116e87 100644 --- a/icq_healthcheck/api/requirements.txt +++ b/icq_healthcheck/api/requirements.txt @@ -18,5 +18,5 @@ six==1.16.0 typing_extensions==4.8.0 url-normalize==1.4.3 urllib3==1.26.12 -Werkzeug==2.2.2 +Werkzeug==2.3.8 zipp==3.10.0