From 8f4ed621a781ee04652deae58c9789f5c224aea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 15:24:33 +0000 Subject: [PATCH] build(deps): bump jinja2 from 3.1.4 to 3.1.5 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. - [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.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- scripts/moonraker-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9a6117a4c..5ca9ad69b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "paho-mqtt==1.6.1", "zeroconf==0.131.0", "preprocess-cancellation==0.2.1", - "jinja2==3.1.4", + "jinja2==3.1.5", "dbus-fast==2.28.0 ; python_version>='3.9'", "dbus-fast<=2.28.0 ; python_version<'3.9'", "apprise==1.8.0", diff --git a/scripts/moonraker-requirements.txt b/scripts/moonraker-requirements.txt index 167ed1117..181427a83 100644 --- a/scripts/moonraker-requirements.txt +++ b/scripts/moonraker-requirements.txt @@ -13,7 +13,7 @@ libnacl==2.1.0 paho-mqtt==1.6.1 zeroconf==0.131.0 preprocess-cancellation==0.2.1 -jinja2==3.1.4 +jinja2==3.1.5 dbus-fast==2.28.0 ; python_version>='3.9' dbus-fast<=2.28.0 ; python_version<'3.9' apprise==1.8.0