From cb3a26304899ee7163e0283d055cb6e8986de731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 05:16:22 +0000 Subject: [PATCH] Bump werkzeug from 2.0.2 to 2.2.3 in /Python/flask/flask-minimal Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.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/2.0.2...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Python/flask/flask-minimal/requirements.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Python/flask/flask-minimal/requirements.txt b/Python/flask/flask-minimal/requirements.txt index 18614a9..0aa3a7a 100644 --- a/Python/flask/flask-minimal/requirements.txt +++ b/Python/flask/flask-minimal/requirements.txt @@ -14,15 +14,17 @@ itsdangerous==2.0.1 # via flask jinja2==3.0.3 # via flask -markupsafe==2.0.1 - # via jinja2 +markupsafe==2.1.2 + # via + # jinja2 + # werkzeug pep517==0.12.0 # via pip-tools pip-tools==6.4.0 # via -r requirements.in tomli==1.2.2 # via pep517 -werkzeug==2.0.2 +werkzeug==2.2.3 # via flask wheel==0.37.0 # via pip-tools