From 637a2e71cbd81c5f2b1c490764316d7d8ff0735d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:42:53 +0000 Subject: [PATCH] Bump werkzeug from 3.0.2 to 3.0.3 in /api Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.2 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.2...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index b1d1a95..cc360f3 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -94,7 +94,7 @@ urllib3==2.2.1 # -r requirements-minimal.txt # botocore # requests -werkzeug==3.0.2 +werkzeug==3.0.3 # via flask zipp==3.18.1 # via importlib-metadata