From 71b192d8ddb1b79c042976801028b587bef36e62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2019 19:10:47 +0000 Subject: [PATCH] Bump werkzeug from 0.14.1 to 0.15.3 in /Laboratory2 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.14.1 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.1...0.15.3) Signed-off-by: dependabot[bot] --- Laboratory2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Laboratory2/requirements.txt b/Laboratory2/requirements.txt index 32cb8f6..a2a4060 100644 --- a/Laboratory2/requirements.txt +++ b/Laboratory2/requirements.txt @@ -34,6 +34,6 @@ six==1.11.0 SQLAlchemy==1.3.10 traitlets==4.3.2 urllib3==1.22 -Werkzeug==0.14.1 +Werkzeug==0.15.3 wordcloud==1.5.0 WTForms==2.2.1