change(poetry): update Markdown to 3.3.6

Previous versions when encountered with an updated `importlib_metadata`
produce a deprecation warning. This update resolves that deprecation.

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-12-19 15:54:31 -08:00
parent 36bc9ae29b
commit 0c07c14860
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
2 changed files with 44 additions and 5 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.6"
Werkzeug = "^2.0.2"
SQLAlchemy = "^1.4.26"