From e427d242d417d5af6d59597c960be86d59d1d494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 00:51:44 +0000 Subject: [PATCH] Bump werkzeug from 1.0.0 to 2.2.3 in /API1 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.0 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.0...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- API1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API1/requirements.txt b/API1/requirements.txt index f6bb310..374d2cb 100644 --- a/API1/requirements.txt +++ b/API1/requirements.txt @@ -1,5 +1,5 @@ Flask==1.1.1 Flask-SQLAlchemy==2.4.1 gunicorn==20.0.4 -Werkzeug==1.0.0 +Werkzeug==2.2.3