From c79b7d0e6056825b694050cd375cafefdc7e6a2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 15:14:05 +0000 Subject: [PATCH] Bump jinja2 from 3.1.4 to 3.1.6 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.6. - [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.4...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 737cf86b6..f9df03626 100644 --- a/requirements.in +++ b/requirements.in @@ -3,7 +3,7 @@ certifi==2024.8.30 cryptography==43.0.3 distro==1.9.0 httplib2==0.22.0 -jinja2==3.1.4 +jinja2==3.1.6 omegaconf==2.3.0 psycopg2-binary==2.9.10 pyyaml==6.0.2 diff --git a/requirements.txt b/requirements.txt index 5ea2a61cf..eb280fd92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ httplib2==0.22.0 # via -r requirements.in idna==3.10 # via requests -jinja2==3.1.4 +jinja2==3.1.6 # via -r requirements.in markupsafe==2.0.1 # via jinja2