From 6b0f8473561a40e34342c5c58c47703014752108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 02:57:17 +0000 Subject: [PATCH] Bump jinja2 from 2.10.1 to 2.11.3 Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.10.1...2.11.3) Signed-off-by: dependabot[bot] --- requirements-databricks.txt | 2 +- requirements-google-colab.txt | 2 +- requirements-test.txt | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-databricks.txt b/requirements-databricks.txt index 949d4c34..b6918f45 100644 --- a/requirements-databricks.txt +++ b/requirements-databricks.txt @@ -13,7 +13,7 @@ seaborn==0.7.1 deprecated==1.2.5 setuptools==41.6.0 pyarrow==0.13.0 -Jinja2==2.10.1 +Jinja2==2.11.3 tensorflow==1.13.1 keras==2.2.4 pygments>=2.1.3 diff --git a/requirements-google-colab.txt b/requirements-google-colab.txt index ec455a5d..b51c94ba 100644 --- a/requirements-google-colab.txt +++ b/requirements-google-colab.txt @@ -14,7 +14,7 @@ seaborn==0.9.0 deprecated==1.2.5 setuptools>=41.6.0 pyarrow>=0.14.1 -Jinja2==2.10.1 +Jinja2==2.11.3 tensorflow>=1.14.0 keras>=2.2.5 pygments>=2.1.3 diff --git a/requirements-test.txt b/requirements-test.txt index dac29e0d..1598460d 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -17,7 +17,7 @@ deprecated==1.2.5 setuptools==41.6.0 pyarrow==0.13.0 tabulate==0.8.2 -Jinja2==2.10.1 +Jinja2==2.11.3 tensorflow==1.13.1 keras==2.2.4 pillow==6.2.0 diff --git a/requirements.txt b/requirements.txt index 5a79baf5..27921cf9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ seaborn==0.9.0 deprecated==1.2.5 setuptools==41.6.0 pyarrow==0.13.0 -Jinja2==2.10.1 +Jinja2==2.11.3 tensorflow==1.13.1 keras==2.2.4 pygments>=2.2.0