From 556c7f3b4751dc506f7429e53eeee8bd483b7a21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 06:23:00 +0000 Subject: [PATCH] Bump werkzeug from 0.15.3 to 0.15.5 in /web_app Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.3 to 0.15.5. - [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.3...0.15.5) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_app/requirements.txt b/web_app/requirements.txt index da99654..dce298e 100644 --- a/web_app/requirements.txt +++ b/web_app/requirements.txt @@ -44,6 +44,6 @@ thrift==0.10.0 thriftpy==0.3.9 tornado==4.5.1 visitor==0.1.3 -Werkzeug==0.15.3 +Werkzeug==0.15.5 wheel==0.24.0 WTForms==2.1