Skip to content

Commit

Permalink
Merge pull request #6471 from dylanramzn/jquery-upgrade
Browse files Browse the repository at this point in the history
Bump minimum version of jQuery to 3.6.0
  • Loading branch information
RRosio authored Jul 28, 2022
2 parents 69f6cbe + 37387be commit a02fe35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a02fe35

Please sign in to comment.