From 1a74349ff42d2c85f8f6fb687500fd7d692b3b87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 21:14:51 +0000 Subject: [PATCH] Bump werkzeug in /web_application/heroku_deployment Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.12.2 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.12.2...0.15.3) Signed-off-by: dependabot[bot] --- web_application/heroku_deployment/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_application/heroku_deployment/requirements.txt b/web_application/heroku_deployment/requirements.txt index 100463a..46ad716 100644 --- a/web_application/heroku_deployment/requirements.txt +++ b/web_application/heroku_deployment/requirements.txt @@ -22,6 +22,6 @@ six==1.11.0 SQLAlchemy==1.1.15 traitlets==4.3.2 wcwidth==0.1.7 -Werkzeug==0.12.2 +Werkzeug==0.15.3 gunicorn==19.7.1