From 4dfe9f3f9fbc9a06fcc1fd363eb3c8a914cfee31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 20:17:55 +0000 Subject: [PATCH] build(deps): 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] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 1c78a0c..61e90c0 100644 --- a/Pipfile +++ b/Pipfile @@ -27,7 +27,7 @@ html-void-elements = "==0.1.0" idna = "==3.4" imagesize = "==1.4.1" isort = "==5.12.0" -jinja2 = "==3.1.2" +jinja2 = "==3.1.4" jsbeautifier = "==1.14.9" json5 = "==0.9.14" lazy-object-proxy = "==1.9.0"