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)' ],