From d8b3ba02133e006989d0981b133b9133e5b880f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 20:28:40 +0000 Subject: [PATCH] Bump jinja2 from 3.1.1 to 3.1.6 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.1 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.1...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cc136a2..6a0157e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ h11==0.13.0; python_version >= "3.6" idna==3.3; python_version >= "3.6" and python_full_version >= "3.6.2" imgix==3.2.1 importlib-metadata==4.11.3; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.6.0" and python_version < "3.8" and python_version >= "3.7" -jinja2==3.1.1; python_version >= "3.7" +jinja2==3.1.6; python_version >= "3.7" markupsafe==2.1.1; python_version >= "3.7" psycopg2==2.9.3; python_version >= "3.6" pydantic==1.9.0; python_full_version >= "3.6.1"