Skip to content

Commit

Permalink
fix: Pin MarkupSafe to 2.0.1 (aws#3662)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Fuss <[email protected]>
  • Loading branch information
2 people authored and mndeveci committed Apr 5, 2022
1 parent dc3b3b4 commit f99beab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ aws_lambda_builders==1.11.0
tomlkit==0.7.2
watchdog==2.1.2

# See https://github.com/pallets/markupsafe/issues/286 but breaking change in
# MarkupSafe causes jinja to break which caused flask to break (which we depend on)
# This is a short term patch as we should be upgrading to new versions of Flask (and other dependencies)
MarkupSafe==2.0.1

# Needed for supporting Protocol in Python 3.6
typing_extensions==3.10.0.0
# Needed for supporting dataclasses decorator in Python3.6
Expand Down

0 comments on commit f99beab

Please sign in to comment.