Skip to content

Commit 00edfc4

Browse files
committed
Bump version of Flask.
1 parent 40338f6 commit 00edfc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mu/wheels/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ class WheelsBuildError(WheelsError):
4040
("pgzero", "pgzero>=1.2.1"),
4141
# Flask v1 depends on Jinja v2, which doesn't have an upper bound limit in
4242
# MarkupSafe, and v2.1 is not compatible with Jinja v2
43-
("markupsafe", "markupsafe<2.1"),
44-
("flask", "flask==1.1.4"),
43+
("flask", "flask==2.0.3"),
4544
# The version of ipykernel here should match to the version used by
4645
# qtconsole at the version specified in setup.py
4746
# FIXME: ipykernel max ver added for macOS 10.13 compatibility, min taken

0 commit comments

Comments
 (0)