From 860e974612b97afe9cc73ebd805988d34fdabe78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2019 10:06:39 +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 6fea398..eee5539 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