From ea1290f4e9f2740ead4678f4438717e151459997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 02:32:06 +0000 Subject: [PATCH] Bump werkzeug from 0.11.15 to 0.15.5 in /web Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.11.15 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.11.15...0.15.5) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/requirements.txt b/web/requirements.txt index 41d1794..7e52be0 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -4,7 +4,7 @@ Flask-Script==2.0.5 Jinja2==2.9 MarkupSafe==0.23 SQLAlchemy==1.1.4 -Werkzeug==0.11.15 +Werkzeug==0.15.5 gunicorn==19.6.0 itsdangerous==0.24 psycopg2==2.8.4