We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40338f6 commit 00edfc4Copy full SHA for 00edfc4
mu/wheels/__init__.py
@@ -40,8 +40,7 @@ class WheelsBuildError(WheelsError):
40
("pgzero", "pgzero>=1.2.1"),
41
# Flask v1 depends on Jinja v2, which doesn't have an upper bound limit in
42
# MarkupSafe, and v2.1 is not compatible with Jinja v2
43
- ("markupsafe", "markupsafe<2.1"),
44
- ("flask", "flask==1.1.4"),
+ ("flask", "flask==2.0.3"),
45
# The version of ipykernel here should match to the version used by
46
# qtconsole at the version specified in setup.py
47
# FIXME: ipykernel max ver added for macOS 10.13 compatibility, min taken
0 commit comments