From 09861956cec855789640ef5551ef2af56fa1cc9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 04:44:51 +0000 Subject: [PATCH] Bump jinja2 from 3.1.4 to 3.1.6 in /docker Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 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.4...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index e89c098..35f4f7d 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -2,7 +2,7 @@ flake8==3.7.9 flake8-import-order==0.18.1 hacking==2.0.0 htmlmin==0.1.12 -Jinja2==3.1.4 +Jinja2==3.1.6 # markdown_to_html/html_attribute.py が HTML 実体参照の処理のために Markdown の # 内部実装に依存しているので、Markdown バージョンを更新するときは動作確認が必要。 # 詳細については html_attribute.py の _tohtml(element) のコードコメントを参照の