From f7ddc1966d07cb1a88a2b98863fef97e1be67e3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 18:55:10 +0000 Subject: [PATCH] Bump jinja2 from 3.1.2 to 3.1.4 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.4. - [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.2...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-docs.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index e22ef0536..a1e26a281 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,4 +1,4 @@ -Jinja2==3.1.2 +Jinja2==3.1.4 markupsafe==2.1.1 mock==3.0.5 Pygments==2.13 diff --git a/requirements.txt b/requirements.txt index c3746abd8..3e51a6da1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ ipdb==0.13.2 ipython==8.10.0 ipython-genutils==0.2.0 jedi==0.16.0 -Jinja2==3.1.2 +Jinja2==3.1.4 jmespath==0.9.4 jsondiff==1.1.2 jsonpatch==1.24