From 05b2c3bf7e7bacc0cfbd196547d9e9a0430af5c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:20:56 +0000 Subject: [PATCH] build(deps): bump werkzeug from 3.0.1 to 3.0.3 in /validator 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] --- validator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator/requirements.txt b/validator/requirements.txt index 398743593..eceeb81fa 100644 --- a/validator/requirements.txt +++ b/validator/requirements.txt @@ -52,5 +52,5 @@ types-jsonschema==4.17.0.6 types-requests==2.31.0.2 typing_extensions==4.4.0 urllib3==1.26.18 -Werkzeug==3.0.1 +Werkzeug==3.0.3 wrapt==1.14.1