From 25c44d7b2bd271243f884d70d9fbe0d6570ca1df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:17:18 +0000 Subject: [PATCH] Bump werkzeug from 3.0.1 to 3.0.3 in /uvi_web 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: direct:production ... Signed-off-by: dependabot[bot] --- uvi_web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uvi_web/requirements.txt b/uvi_web/requirements.txt index 692b265c..06ec460e 100644 --- a/uvi_web/requirements.txt +++ b/uvi_web/requirements.txt @@ -32,6 +32,6 @@ thinc==8.0.15 tqdm==4.64.0 urllib3==1.26.18 wasabi==0.9.1 -Werkzeug==3.0.1 +Werkzeug==3.0.3 zipp==3.6.0 gunicorn==20.1.0 \ No newline at end of file