From abf1db79bc11d525c94e1ae2824b280722488623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 01:31:25 +0000 Subject: [PATCH] Bump werkzeug from 1.0.1 to 2.2.3 in /auctioning_platform Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.2.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/1.0.1...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- auctioning_platform/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auctioning_platform/requirements.txt b/auctioning_platform/requirements.txt index 321a72b7..0d0f409a 100644 --- a/auctioning_platform/requirements.txt +++ b/auctioning_platform/requirements.txt @@ -62,5 +62,5 @@ typing-extensions==3.7.4.3 # via -r ./foundation/requirements.txt, -r ./process typing-inspect==0.6.0 # via marshmallow-dataclass typing==3.7.4.3 # via flask-injector urllib3==1.25.11 # via requests -werkzeug==1.0.1 # via flask +werkzeug==2.2.3 # via flask wtforms==2.3.3 # via flask-wtf