From fc0953f532bc1c184df891a2792f0d10bbd8931d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:45:21 +0000 Subject: [PATCH] Bump jinja2 from 3.1.3 to 3.1.5 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.5. - [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.3...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 58f8f29b..a9e656ef 100644 --- a/Pipfile +++ b/Pipfile @@ -17,7 +17,7 @@ et-xmlfile = "==1.1.0" h11 = "==0.12.0" idna = "==3.7" importlib-resources = "==5.4.0" -jinja2 = "==3.1.3" +jinja2 = "==3.1.5" jmespath = "==0.10.0" jsonschema = "==4.3.1" markupsafe = "==2.0.1"