From fd0c131b50d6022d25f7d9850604fc2d9692a8b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 06:35:53 +0000 Subject: [PATCH] Update dependency Jinja2 to v3.1.6 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8c996d949d4c..42730b18d311 100644 --- a/poetry.lock +++ b/poetry.lock @@ -560,13 +560,13 @@ plugins = ["setuptools"] [[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" 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] @@ -1578,4 +1578,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.14" -content-hash = "04c1001331f91595e927e7d68444a7da54cdfd0a77967b822578d69709650a46" +content-hash = "40eba7c882bea8990595413e64f362c8044eadaf4d3f6304dd7b64940d956f18" diff --git a/pyproject.toml b/pyproject.toml index 1c624852c181..accbd72b0f73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ PyGithub = "2.5.0" click = "8.1.8" importlib-metadata = "8.5.0" python-dotenv = "1.0.1" -Jinja2 = "3.1.5" +Jinja2 = "3.1.6" alt-profanity-check = "1.5.2" [tool.poetry.dev-dependencies]