From 5d4ecad3236e67ae571e4fd538a030ee63073168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 19:22:06 +0000 Subject: [PATCH] Bump jinja2 from 3.0.0 to 3.1.3 Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.0 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.0...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements_1.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements_1.txt b/docs/requirements_1.txt index 736038d..ab1dd4b 100644 --- a/docs/requirements_1.txt +++ b/docs/requirements_1.txt @@ -14,7 +14,7 @@ Cython markupsafe==2.0.1 nbconvert sphinxcontrib-pseudocode -Jinja2==3.0.0 +Jinja2==3.1.3 dataclasses-json networkx pandas-profiling diff --git a/requirements.txt b/requirements.txt index 5bf6078..e9caf1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pandas==1.3.5 pandas-profiling==3.6.6 dataclasses-json==0.5.7 great_expectations==0.15.2 -jinja2==3.0.3 +jinja2==3.1.3 jsonschema==4.18.0 networkx networkit==9.1.1 diff --git a/setup.py b/setup.py index f787781..ee75ccc 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ "pandas-profiling==3.1.0", "dataclasses-json==0.5.7", "great_expectations==0.15.2", - "jinja2==3.0.3", + "jinja2==3.1.3", "jsonschema==4.18.0", "networkx", "ruamel.yaml==0.17.17",