Merge "fix: markupsafe ImportError"

This commit is contained in:
Zuul 2022-03-28 10:14:17 +00:00 committed by Gerrit Code Review
commit 9399e80917

2
poetry.lock generated
View File

@ -545,7 +545,7 @@ optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[package.dependencies]
MarkupSafe = ">=0.23"
MarkupSafe = ">=0.23, <=2.0.1"
[package.extras]
i18n = ["Babel (>=0.8)"]