From 5e3a2028d14d0ab9de0923e4d3b5e8110030af9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 20:25:30 +0000 Subject: [PATCH] build(deps): bump jinja2 from 2.11.3 to 3.1.6 in /scripts 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:production ... Signed-off-by: dependabot[bot] --- scripts/klippy-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/klippy-requirements.txt b/scripts/klippy-requirements.txt index 849aac0e9b1b..4dec848f2110 100644 --- a/scripts/klippy-requirements.txt +++ b/scripts/klippy-requirements.txt @@ -10,7 +10,7 @@ greenlet==3.1.1 ; python_version >= '3.12' cffi==1.14.6 ; python_version < '3.12' cffi==1.17.1 ; python_version >= '3.12' # Jinja2 is used by gcode_macro.py -Jinja2==2.11.3 +Jinja2==3.1.6 markupsafe==1.1.1 # Needed by Jinja2 # pyserial is used by serialhdl.py (for USB and UART mcu connections) pyserial==3.4