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

2
poetry.lock generated
View file

@ -1003,7 +1003,7 @@ h11 = ">=0.9.0,<1"
[metadata]
lock-version = "1.1"
python-versions = ">=3.9,<3.10"
content-hash = "356b37d545d78b8aa1e1939f42522207bcf79526abe8193308c5a2955897d6fd"
content-hash = "844618f499e19d6d20f8479d165be3f60495bfa66fcb1f462256b101f9d395f9"
[metadata.files]
aiofiles = [

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"