Skip to content

Commit

Permalink
Pin MarkupSafe dependency
Browse files Browse the repository at this point in the history
MarkupSafe 2.1.0 and onwards are incompatible with Flask 1.* so pin
2.0.1 the last compatible version.
  • Loading branch information
amCap1712 committed Feb 21, 2022
1 parent ac181c8 commit 49e4989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ mbdata==25.0.4
sqlalchemy-dst>=1.0.1
importlib-metadata>=3.10.0
itsdangerous==2.0.1 # last version compatible with Flask 1.*
MarkupSafe==2.0.1

0 comments on commit 49e4989

Please sign in to comment.