From 2f23724212acb55dc24312bfe0fc83c82b572c5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 21:22:43 +0000 Subject: [PATCH] Bump werkzeug from 0.15.2 to 2.2.3 in /_1_Programming/Python/MyFlask Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.2 to 2.2.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/0.15.2...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... 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..9713769 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==2.2.3 WTForms==2.2.1