From f08d2362579d1bfb44a4923cd69c2fc2b830715a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2019 18:21:16 +0000 Subject: [PATCH] Bump werkzeug from 0.8.3 to 0.15.3 in /coinbase_oauth2 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.8.3 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.8.3...0.15.3) Signed-off-by: dependabot[bot] --- coinbase_oauth2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coinbase_oauth2/requirements.txt b/coinbase_oauth2/requirements.txt index 9f2d9a9..60c06b9 100644 --- a/coinbase_oauth2/requirements.txt +++ b/coinbase_oauth2/requirements.txt @@ -1,7 +1,7 @@ Flask==0.9 Jinja2==2.6 Pygments==1.6 -Werkzeug==0.8.3 +Werkzeug==0.15.3 httplib2==0.8 oauth2client==1.1 requests==2.20.0