From 0bdcc3307292d7adb41242760c5a2013a20fabd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 00:22:45 +0000 Subject: [PATCH] Bump werkzeug from 0.14 to 0.15.3 in /web Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.14 to 0.15.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/0.14...0.15.3) 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 6917368..32f97e1 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -3,7 +3,7 @@ Flask-SQLAlchemy==2.3.1 Jinja2==2.10 MarkupSafe==1.0 # git+git://github.com/zzzeek/sqlalchemy/ -Werkzeug==0.14 +Werkzeug==0.15.3 psycopg2==2.7.5 gunicorn==19.9.0 itsdangerous==0.24