From 5e4c9bbeb094a449c0eb4c258eae548afde058c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:47:55 +0000 Subject: [PATCH] Bump werkzeug from 0.9.1 to 0.15.3 in /frontend/ria-example Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.9.1 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.1...0.15.3) Signed-off-by: dependabot[bot] --- frontend/ria-example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ria-example/requirements.txt b/frontend/ria-example/requirements.txt index 469159d..2322cd9 100644 --- a/frontend/ria-example/requirements.txt +++ b/frontend/ria-example/requirements.txt @@ -1,6 +1,6 @@ Flask==0.10.1 Jinja2==2.7 MarkupSafe==0.18 -Werkzeug==0.9.1 +Werkzeug==0.15.3 itsdangerous==0.21 wsgiref==0.1.2