From 960b28d4545d8b4fcd0774266756a4ac8cb24120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Jun 2025 23:24:46 +0200 Subject: [PATCH] Bump jinja2 from 3.1.5 to 3.1.6 (#2011) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 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.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2ef2046..fd9f8fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1126,14 +1126,14 @@ testing = ["Django", "attrs", "colorama", "docopt", "pytest (<9.0.0)"] [[package]] name = "jinja2" -version = "3.1.5" +version = "3.1.6" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "jinja2-3.1.5-py3-none-any.whl", hash = "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb"}, - {file = "jinja2-3.1.5.tar.gz", hash = "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb"}, + {file = "jinja2-3.1.6-py3-none-any.whl", hash = "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67"}, + {file = "jinja2-3.1.6.tar.gz", hash = "sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d"}, ] [package.dependencies] @@ -3141,4 +3141,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "508cacefddec6fa7ecc584456d055917dc90076b6a75fa425b77f4abba20aa2e" +content-hash = "d529f8cd377b802ff4b641e74210c223a647cace9283a76f6581cc923c8277c1" diff --git a/pyproject.toml b/pyproject.toml index ab782f6..210f1e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ future = "^1.0.0" future-annotations= "^1.0.0" html5lib = "^1.1" idna = "^3.4" -Jinja2 = "^3.1.5" +Jinja2 = "^3.1.6" lxml = "^5.3.0" MarkupSafe = "^3.0.2" mock = "^5.1.0"