From f1730a2f854fd4fb51674ec68f5d37a08c0749bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 02:59:17 +0000 Subject: [PATCH] chore(deps): bump jinja2 from 3.1.2 to 3.1.6 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 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.2...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e1ad4b1f..fee6e08ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ 'ephem==4.1.4', 'future==0.18.3', 'itypes==1.2.0', - 'jinja2==3.1.2', + 'jinja2==3.1.6', 'markupsafe==2.1.3', 'olefile==0.46', 'paramiko==3.2.0',