From 995fc5a0a88d45e050e3e340114409465f1d6be5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 16:58: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 d48c3c3..894e3aa 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