From e632c97a6d1a41965b0706a609b1d73cd7d3c5bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:29:49 +0000 Subject: [PATCH] Bump jinja2 from 3.0.0 to 3.1.5 in /testing/scripts Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.0 to 3.1.5. - [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.0...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- testing/scripts/dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/dev_requirements.txt b/testing/scripts/dev_requirements.txt index e4bf298ca6..9a664cf7b0 100644 --- a/testing/scripts/dev_requirements.txt +++ b/testing/scripts/dev_requirements.txt @@ -13,7 +13,7 @@ shap==0.40.0 matplotlib==3.1.3 tensorflow==2.12.1 tabulate==0.8.7 -Jinja2==3.0.0 +Jinja2==3.1.5 # 2nd lvl dep on cov required to avoid sqllite dep coverage==4.5.4