From 3cfc64528c1334c560b34aa3ef27d4edab881ac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 20:21:12 +0000 Subject: [PATCH] Bump werkzeug in /archive/reinvent2017/workshop4/code/magnesite 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] --- archive/reinvent2017/workshop4/code/magnesite/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/reinvent2017/workshop4/code/magnesite/requirements.txt b/archive/reinvent2017/workshop4/code/magnesite/requirements.txt index d16ea34..5810be5 100644 --- a/archive/reinvent2017/workshop4/code/magnesite/requirements.txt +++ b/archive/reinvent2017/workshop4/code/magnesite/requirements.txt @@ -1,7 +1,7 @@ Flask==0.12.2 Jinja2==2.9.6 MarkupSafe==1.0 -Werkzeug==0.12.2 +Werkzeug==0.15.3 argparse==1.2.1 boto3==1.4.7 botocore==1.7.21