Skip to content

Commit

Permalink
Bump version of Flask.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntoll committed Feb 22, 2022
1 parent 40338f6 commit 00edfc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mu/wheels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ class WheelsBuildError(WheelsError):
("pgzero", "pgzero>=1.2.1"),
# Flask v1 depends on Jinja v2, which doesn't have an upper bound limit in
# MarkupSafe, and v2.1 is not compatible with Jinja v2
("markupsafe", "markupsafe<2.1"),
("flask", "flask==1.1.4"),
("flask", "flask==2.0.3"),
# The version of ipykernel here should match to the version used by
# qtconsole at the version specified in setup.py
# FIXME: ipykernel max ver added for macOS 10.13 compatibility, min taken
Expand Down

0 comments on commit 00edfc4

Please sign in to comment.