From 38b0befe7cde48e3af54d2b51357e7e1c4501d57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 15:00:05 -0300 Subject: [PATCH] build(deps): bump jinja2 from 3.1.2 to 3.1.3 in /api (#199) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [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.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 43e557a..3fbc44e 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -24,7 +24,7 @@ gunicorn==21.2.0 httplib2==0.22.0 idna==3.4 inflection==0.5.1 -Jinja2==3.1.2 +Jinja2==3.1.3 Markdown==3.4.4 MarkupSafe==2.1.3 mergedeep==1.3.4