From 0a5e28e605518538d63ad352b5e7aa26ff0520df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 19:15:14 +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 0991c18..ed9583b 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