From 4bf94408a55c54f4d20a846b23bfb360516fa483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 16:24:10 +0000 Subject: [PATCH] Bump werkzeug from 0.15.2 to 0.15.3 in /_1_Programming/Python/MyFlask Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.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.15.2...0.15.3) Signed-off-by: dependabot[bot] --- _1_Programming/Python/MyFlask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_1_Programming/Python/MyFlask/requirements.txt b/_1_Programming/Python/MyFlask/requirements.txt index bd25fdb..9076055 100644 --- a/_1_Programming/Python/MyFlask/requirements.txt +++ b/_1_Programming/Python/MyFlask/requirements.txt @@ -9,5 +9,5 @@ itsdangerous==1.1.0 Jinja2==2.10.1 MarkupSafe==1.1.1 visitor==0.1.3 -Werkzeug==0.15.2 +Werkzeug==0.15.3 WTForms==2.2.1