From 6642518f656c3b73114a4877381b7e8f4768f2e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 02:48:35 +0000 Subject: [PATCH] chore(deps): bump werkzeug from 3.0.3 to 3.0.6 in /coordinator 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] --- coordinator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coordinator/requirements.txt b/coordinator/requirements.txt index 3a68eb7db874..349182cac2ba 100644 --- a/coordinator/requirements.txt +++ b/coordinator/requirements.txt @@ -10,7 +10,7 @@ prometheus-client>=0.14.1 packaging tqdm connexion == 2.14.2 -werkzeug == 3.0.3; python_version=="3.5" or python_version=="3.4" +werkzeug == 3.0.6; python_version=="3.5" or python_version=="3.4" swagger-ui-bundle >= 0.0.2 python_dateutil >= 2.6.0 Flask == 2.2.5