From 24d2361c9fcbaa3142edb02e82ec317ec6f10f34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 05:23:41 +0000 Subject: [PATCH] Bump werkzeug from 0.9.4 to 0.15.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.9.4 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.9.4...0.15.3) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 166eb00..41a1e26 100644 --- a/setup.py +++ b/setup.py @@ -13,5 +13,5 @@ 'isodate==0.5.0', 'rdflib==4.2.0', 'rdflib-jsonld==0.2', - 'werkzeug==0.9.4'] + 'werkzeug==0.15.3'] )