From 38b2f1e67de633c05eb60a80c9b4d6bdaa00b3f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:28:54 +0000 Subject: [PATCH] Bump the pip group across 1 directories with 3 updates Bumps the pip group with 3 updates in the /. directory: [flask](https://github.com/pallets/flask), [jinja2](https://github.com/pallets/jinja) and [werkzeug](https://github.com/pallets/werkzeug). Updates `flask` from 1.1.2 to 2.2.5 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/1.1.2...2.2.5) Updates `jinja2` from 2.11.3 to 3.1.3 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.11.3...3.1.3) Updates `werkzeug` from 1.0.1 to 2.3.8 - [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/1.0.1...2.3.8) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production dependency-group: pip-security-group - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip-security-group - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip-security-group ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 580ca19ce..5b2b09fc0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ click==7.1.2 -Flask==1.1.2 +Flask==2.2.5 gunicorn==20.0.4 itsdangerous==1.1.0 -Jinja2==2.11.3 +Jinja2==3.1.3 MarkupSafe==1.1.1 -Werkzeug==1.0.1 +Werkzeug==2.3.8