From 59edc4bb01067415bb21cc7f8c54f85c821d1641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:29:03 +0000 Subject: [PATCH] Bump werkzeug from 2.0.1 to 3.0.1 in /API Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.1 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.0.1...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- API/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/requirements.txt b/API/requirements.txt index e33d0e9..70486e6 100644 --- a/API/requirements.txt +++ b/API/requirements.txt @@ -12,4 +12,4 @@ MarkupSafe==2.0.1 requests==2.25.1 soupsieve==2.2.1 urllib3==1.26.4 -Werkzeug==2.0.1 +Werkzeug==3.0.1