From a1d2dbe49c0e208ce19d0b1ed5fd5dfae39ea2c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 10:13:27 +0000 Subject: [PATCH] Bump jinja2 from 3.1.1 to 3.1.2 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.1 to 3.1.2. - [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/3.1.1...3.1.2) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5e5beb4..dd3f611 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ flask==2.1.1; python_version >= "3.7" idna==3.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5" importlib-metadata==4.11.3; python_version < "3.10" and python_version >= "3.7" itsdangerous==2.1.2; python_version >= "3.7" -jinja2==3.1.1; python_version >= "3.7" +jinja2==3.1.2; python_version >= "3.7" markupsafe==2.1.1; python_version >= "3.7" python-dotenv==0.20.0; python_version >= "3.5" uwsgi==2.0.20