From fe5ca90f711249869f6e636f0c0ca885239f7f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 14:14:21 +0000 Subject: [PATCH] build(deps): bump werkzeug from 2.2.2 to 2.3.8 in /ibc_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] --- ibc_healthcheck/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibc_healthcheck/api/requirements.txt b/ibc_healthcheck/api/requirements.txt index 9ec19b6..09bc247 100644 --- a/ibc_healthcheck/api/requirements.txt +++ b/ibc_healthcheck/api/requirements.txt @@ -16,5 +16,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