From 5b138aed8205fc868c26a14311a14808584ecae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:22:43 +0000 Subject: [PATCH] Bump jinja2 from 3.1.2 to 3.1.4 in /custom-nb-image Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.4. - [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.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- custom-nb-image/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-nb-image/requirements.txt b/custom-nb-image/requirements.txt index 35b5d559..4d1766ea 100644 --- a/custom-nb-image/requirements.txt +++ b/custom-nb-image/requirements.txt @@ -76,7 +76,7 @@ ipython==8.5.0; python_version >= '3.8' ipywidgets==8.0.2 iso8601==1.1.0; python_version < '4' and python_full_version >= '3.6.2' jedi==0.18.1; python_version >= '3.6' -jinja2==3.1.2; python_version >= '3.7' +jinja2==3.1.4; python_version >= '3.7' jmespath==0.10.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' joblib==1.2.0; python_version >= '3.7' json5==0.9.10