From 0551e2fdfa50bcd0859714137cd97efb713b9d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 15:02:25 +0000 Subject: [PATCH] Bump werkzeug from 0.12.2 to 0.15.3 in /wordcloud_demo 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] --- wordcloud_demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordcloud_demo/requirements.txt b/wordcloud_demo/requirements.txt index 8bc10c9..a1a6739 100644 --- a/wordcloud_demo/requirements.txt +++ b/wordcloud_demo/requirements.txt @@ -88,7 +88,7 @@ urllib3==1.22 virtualenv==15.1.0 wcwidth==0.1.7 webencodings==0.5.1 -Werkzeug==0.12.2 +Werkzeug==0.15.3 win-unicode-console==0.5 wordcloud==1.3.2 wrapt==1.10.10