From 7eea14bd673f022ab9c42b90ba541ec5383097d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 18:31:15 +0000 Subject: [PATCH] Bump werkzeug from 0.14 to 0.15.3 in /cm 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] --- cm/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cm/requirements.txt b/cm/requirements.txt index db2f4e7..0841c98 100644 --- a/cm/requirements.txt +++ b/cm/requirements.txt @@ -5,7 +5,7 @@ Jinja2==2.10 MarkupSafe==0.23 Pygments==1.6 SQLAlchemy==1.1.10 -Werkzeug==0.14 +Werkzeug==0.15.3 coverage==3.7.1 httpie==0.8.0 itsdangerous==0.24