From b66d92d0985f2fe37486e4057b02209672291149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 15:45:19 +0000 Subject: [PATCH] Bump jinja2 from 2.11.2 to 3.1.4 in /capstone/files/app Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 3.1.4. - [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.2...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- capstone/files/app/requirements-dev.txt | 2 +- capstone/files/app/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/capstone/files/app/requirements-dev.txt b/capstone/files/app/requirements-dev.txt index a5bc3fe..0402ec0 100644 --- a/capstone/files/app/requirements-dev.txt +++ b/capstone/files/app/requirements-dev.txt @@ -8,7 +8,7 @@ h11==0.9.0 httptools==0.1.1 idna==2.10 iniconfig==1.0.1 -Jinja2==2.11.2 +Jinja2==3.1.4 MarkupSafe==1.1.1 more-itertools==8.4.0 packaging==20.4 diff --git a/capstone/files/app/requirements.txt b/capstone/files/app/requirements.txt index c6facf4..889e6ea 100644 --- a/capstone/files/app/requirements.txt +++ b/capstone/files/app/requirements.txt @@ -3,7 +3,7 @@ click==7.1.2 fastapi==0.61.0 h11==0.9.0 httptools==0.1.1 -Jinja2==2.11.2 +Jinja2==3.1.4 MarkupSafe==1.1.1 pydantic==1.6.1 python-multipart==0.0.5