diff --git a/bower.json b/bower.json index 3a16272835..f0f754a9e7 100644 --- a/bower.json +++ b/bower.json @@ -10,7 +10,7 @@ "es6-promise": "~1.0", "font-awesome": "components/font-awesome#~4.7.0", "jed": "~1.1.1", - "jquery": "components/jquery#~3.4.1", + "jquery": "components/jquery#~3.6.0", "jquery-typeahead": "~2.0.0", "jquery-ui": "components/jqueryui#~1.12", "marked": "~0.4", diff --git a/setup.py b/setup.py index 211d7bd9c1..0c4d86b605 100755 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ ], zip_safe = False, install_requires = [ - 'jinja2', + 'jinja2<=3.0.0', 'tornado>=4.1,<7', # pyzmq>=17 is not technically necessary, # but hopefully avoids incompatibilities with Tornado 5. April 2018