From 2ab2fbf1ae4f99cd28350e462ec7fabf94b0813d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 22:00:54 +0000 Subject: [PATCH] Bump jinja2 from 3.1.4 to 3.1.6 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-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 e13e2fa2..8755921b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ package-mode = false dependencies = [ "requests (>=2.32.2,<3.0.0)", "aiohttp (>=3.9.4,<4.0.0)", - "jinja2 (==3.1.4)", + "jinja2 (==3.1.6)", "pytest (>=7.2.1,<8.0.0)", "setuptools (>=70.0.0,<71.0.0)" ]