From 2e073dcd14017a8046ad01a1e13b236b4236e594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 03:27:40 +0000 Subject: [PATCH] Bump jinja2 from 3.1.4 to 3.1.6 in /docs 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] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index cb8f2fde8..df6ef10ff 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -21,7 +21,7 @@ bokeh>=3.5.2 gspread==5.6.2 google-cloud-storage==2.6.0 oauth2client==4.1.3 -Jinja2==3.1.4 +Jinja2==3.1.6 flask==2.2.5 pydantic # Core scientific packages - compatible versions for Python 3.10