From db5cff89ec63ed691964caf10325608c0d9e86dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:45:08 +0000 Subject: [PATCH] Bump jinja2 from 2.10 to 2.11.3 Bumps [jinja2](https://github.com/pallets/jinja) from 2.10 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...2.11.3) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 514bf53..3af5ef3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ fs==2.0.17 graphviz==0.8.1 idna==2.6 isodate==0.6.0 -jinja2==2.10 +jinja2==2.11.3 markupsafe==1.0 mondrian==0.6.0 packaging==16.8 diff --git a/setup.py b/setup.py index 369b118..9a5ad1f 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def execfile(fname, globs, locs=None): packages=find_packages(exclude=['ez_setup', 'example', 'test']), include_package_data=True, install_requires=[ - 'bonobo', 'Jinja2 (>= 2.10, < 2.11)', 'SPARQLWrapper (~= 1.8.0)', 'bonobo', 'brotli (>= 1.0, < 1.1)', + 'bonobo', 'Jinja2 (>= 2.10, < 2.12)', 'SPARQLWrapper (~= 1.8.0)', 'bonobo', 'brotli (>= 1.0, < 1.1)', 'django (>= 2.0, < 2.1)', 'django-extensions (>= 1.9, < 1.10)', 'django_includes (~= 0.2.0)', 'psycopg2 (~= 2.7.3)', 'requests-cache (~= 0.4.13)', 'whitenoise (== 4.0b4)' ],