From 4eb5bbe53afe1caeb5391c69cf0b191a4d815364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 19:18:59 +0000 Subject: [PATCH] Bump jinja2 Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 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/2.11.2...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../SLU00 - LU Tutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/S01 - Bootcamp and Binary Classification/SLU00 - LU Tutorial/requirements.txt b/S01 - Bootcamp and Binary Classification/SLU00 - LU Tutorial/requirements.txt index c6f103edd..09fe76ca5 100644 --- a/S01 - Bootcamp and Binary Classification/SLU00 - LU Tutorial/requirements.txt +++ b/S01 - Bootcamp and Binary Classification/SLU00 - LU Tutorial/requirements.txt @@ -15,7 +15,7 @@ ipython-genutils==0.2.0 # via nbformat, notebook, qtconsole, traitlets ipython==7.13.0 # via ipykernel, ipywidgets, jupyter-console ipywidgets==7.5.1 # via jupyter jedi==0.17.0 # via ipython -jinja2==2.11.2 # via nbconvert, notebook +jinja2==3.1.5 # via nbconvert, notebook jsonschema==3.2.0 # via nbformat, nbgrader jupyter-client==6.1.3 # via ipykernel, jupyter-console, nbgrader, notebook, qtconsole jupyter-console==6.1.0 # via jupyter