fix(fastapi): pin markdown to 3.3.4

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-11-16 21:10:53 -08:00
parent e3fff9e357
commit b0b05df193
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ alembic = "^1.7.4"
mysqlclient = "^2.0.3"
Authlib = "^0.15.5"
Jinja2 = "^3.0.2"
Markdown = "^3.3.4"
Markdown = "3.3.4"
Werkzeug = "^2.0.2"
SQLAlchemy = "^1.4.26"