From a348d103bea21cf556a486ee56a5258de9a237af Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 13:50:28 +0000 Subject: [PATCH] [Security] Bump werkzeug from 0.11.10 to 0.15.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.11.10 to 0.15.3. **This update includes a security fix.** - [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.11.10...0.15.3) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e5850c3ed..421b79522 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ raven==6.1.0 # BSD requests==2.20.0 # Apache 2.0 stevedore==1.21.0 # Apache 2.0 ujson==1.35 # BSD -werkzeug==0.11.10 # BSD +werkzeug==0.15.3 # BSD xmltodict==0.10.2 # MIT