From 9a2ca5be1beaf1a26f887d6788791dc9061ef0f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:02:24 +0000 Subject: [PATCH] Bump jinja2 from 2.10.1 to 3.1.3 Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 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.10.1...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- requirements_dev.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 36acda6..cede159 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers=[ ] dependencies = [ 'click==8.1.3', - 'Jinja2==3.1.2', + 'Jinja2==3.1.3', 'MarkupSafe==2.1.1', 'PyYAML==6.0', 'SQLAlchemy==1.4.44', diff --git a/requirements.txt b/requirements.txt index f7a76a2..0de9aee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ click==8.1.3 -Jinja2==3.1.2 +Jinja2==3.1.3 MarkupSafe==2.1.1 PyYAML==6.0 SQLAlchemy==1.4.44 diff --git a/requirements_dev.txt b/requirements_dev.txt index 4f5fc30..fed5b5e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ click>=6.0 -jinja2==2.10.1 +jinja2==3.1.3 markupsafe==1.1.1 pyyaml>=5.0 sqlalchemy~=1.3