From 8d159ec46f79d2fd907ed48820166dd8e20fdea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 00:20:33 +0000 Subject: [PATCH] Bump werkzeug from 0.12.2 to 0.15.3 in /services/auth Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.12.2 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.12.2...0.15.3) Signed-off-by: dependabot[bot] --- services/auth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/auth/requirements.txt b/services/auth/requirements.txt index 9f08d80..fab7d96 100644 --- a/services/auth/requirements.txt +++ b/services/auth/requirements.txt @@ -33,5 +33,5 @@ sqlalchemy-mixins==0.2.1 SQLAlchemy-Utils==0.32.14 typing==3.6.1 watchdog==0.8.3 -Werkzeug==0.12.2 +Werkzeug==0.15.3 wrapt==1.10.10