From 1bb4598605f5c0b57c19f737b57e9359e4b247e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 15:18:48 +0000 Subject: [PATCH] Bump werkzeug from 0.15.2 to 3.0.1 in /Backend Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.2 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/0.15.2...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index b021407..136eb83 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -14,7 +14,7 @@ pylint==2.3.1 six==1.12.0 tornado==6.0.2 typed-ast==1.3.1 -Werkzeug==0.15.2 +Werkzeug==3.0.1 wrapt==1.11.1 torch>=1.0.0 torchvision