From f5f54bca72b05afc377994d0fbea75bda5ddb510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 19:50:56 +0000 Subject: [PATCH] Bump jinja2 from 2.11.3 to 3.1.6 Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 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/2.11.3...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5d906ef..15b5844 100644 --- a/poetry.lock +++ b/poetry.lock @@ -270,21 +270,21 @@ testing = ["flufl.flake8", "importlib-resources (>=1.3) ; python_version < \"3.9 [[package]] name = "jinja2" -version = "2.11.3" +version = "3.1.6" description = "A very fast and expressive template engine." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +python-versions = ">=3.7" groups = ["dev"] files = [ - {file = "Jinja2-2.11.3-py2.py3-none-any.whl", hash = "sha256:03e47ad063331dd6a3f04a43eddca8a966a26ba0c5b7207a9a9e4e08f1b29419"}, - {file = "Jinja2-2.11.3.tar.gz", hash = "sha256:a6d58433de0ae800347cab1fa3043cebbabe8baa9d29e668f1c768cb87a333c6"}, + {file = "jinja2-3.1.6-py3-none-any.whl", hash = "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67"}, + {file = "jinja2-3.1.6.tar.gz", hash = "sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d"}, ] [package.dependencies] -MarkupSafe = ">=0.23" +MarkupSafe = ">=2.0" [package.extras] -i18n = ["Babel (>=0.8)"] +i18n = ["Babel (>=2.7)"] [[package]] name = "lxml" @@ -1143,4 +1143,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=4.6)", "pytest-black ( [metadata] lock-version = "2.1" python-versions = ">=3.7" -content-hash = "f0d6bf7742269714f057471895143beb10586a46d20a428b12b34d8ea20556ff" +content-hash = "df37ce208ee3ad95bbed88cfdf8a8b11ada5eca91f948a104c19d8736f129e35" diff --git a/pyproject.toml b/pyproject.toml index 227e199..7de5f46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python = ">=3.7" pytest = "^4.6" nikola = "^8.0.4" commonmark = "^0.9.1" -jinja2 = "^2.11.2" +jinja2 = "^3.1.6" aiohttp = "^3.6.2" watchdog = "^0.10.2" yapf = "^0.31.0"