From b83853a3f0253cf13d9b9cf764e5e2fdf1b17151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:42:29 +0000 Subject: [PATCH] build(deps): bump jinja2 from 3.0.1 to 3.1.3 Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.1 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.0.1...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 38d9c74..2096c34 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -38,7 +38,7 @@ imagesize==1.2.0 # via sphinx iniconfig==1.1.1 # via pytest -jinja2==3.0.1 +jinja2==3.1.3 # via sphinx markupsafe==2.0.1 # via jinja2