From ca132a7c37ecaeccc6405abb88f3188b6a2c8f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:23:42 +0000 Subject: [PATCH] build(deps): bump werkzeug from 2.2.3 to 3.0.1 in /engines/apivoid Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.0.1. - [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.3...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- engines/apivoid/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/apivoid/requirements.txt b/engines/apivoid/requirements.txt index 17453c98..24638242 100644 --- a/engines/apivoid/requirements.txt +++ b/engines/apivoid/requirements.txt @@ -9,7 +9,7 @@ Jinja2==3.1.2 MarkupSafe==2.1.1 requests==2.28.2 urllib3==1.26.14 -werkzeug==2.2.3 +werkzeug==3.0.1 PatrowlEnginesUtils>=1.0.1 ratelimit==2.2.1 netaddr==0.8.0