From eeec0b4824ed1c6a662408e69a73f31d4dbc6258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 18:28:18 +0000 Subject: [PATCH] Bump jinja2 from 3.1.2 to 3.1.3 (#24) 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> Co-authored-by: Bruno Rocha --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0a1f63a..6e840a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ h11==0.14.0 # via uvicorn idna==3.4 # via anyio -jinja2==3.1.2 +jinja2==3.1.3 # via -r requirements.in mako==1.2.4 # via alembic