From 063a5b6aef9188a6850d43aab2309434ca1510cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:44:17 +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: direct:production ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index f2cc24989f07..6ee204881e66 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -31,7 +31,7 @@ imagesize==1.2.0 incremental==17.5.0 ipaddress==1.0.23 isort==4.3.21 # pyup: ignore (until https://github.com/PyCQA/pylint/pull/3725 is merged) -Jinja2==3.0.1 +Jinja2==3.1.3 jmespath==0.10.0 jsonref==0.2 lazy-object-proxy==1.4.1 # pyup: ignore (required by astroid)