chore(api): update dependency markdown to v3.4.3
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2380>
This commit is contained in:
parent
f585c1b487
commit
1c90cf448d
|
@ -2005,14 +2005,14 @@ source = ["Cython (>=0.29.7)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "markdown"
|
name = "markdown"
|
||||||
version = "3.4.1"
|
version = "3.4.3"
|
||||||
description = "Python implementation of Markdown."
|
description = "Python implementation of John Gruber's Markdown."
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "Markdown-3.4.1-py3-none-any.whl", hash = "sha256:08fb8465cffd03d10b9dd34a5c3fea908e20391a2a90b88d66362cb05beed186"},
|
{file = "Markdown-3.4.3-py3-none-any.whl", hash = "sha256:065fd4df22da73a625f14890dd77eb8040edcbd68794bcd35943be14490608b2"},
|
||||||
{file = "Markdown-3.4.1.tar.gz", hash = "sha256:3b809086bb6efad416156e00a0da66fe47618a5d6918dd688f53f40c8e4cfeff"},
|
{file = "Markdown-3.4.3.tar.gz", hash = "sha256:8bf101198e004dc93e84a12a7395e31aac6a9c9942848ae1d99b9d72cf9b3520"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -3958,4 +3958,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "fd7709bdde3a760a369305644a5605f557f80ca79bd949b4a4be3601ca24204b"
|
content-hash = "6578026fa272d13314b955b48dd4c68b23dabff14071396b48204fbd94262cc8"
|
||||||
|
|
|
@ -44,7 +44,7 @@ django-storages = "==1.13.2"
|
||||||
django-versatileimagefield = "==2.2"
|
django-versatileimagefield = "==2.2"
|
||||||
djangorestframework = "==3.14.0"
|
djangorestframework = "==3.14.0"
|
||||||
drf-spectacular = "==0.25.1"
|
drf-spectacular = "==0.25.1"
|
||||||
markdown = "==3.4.1"
|
markdown = "==3.4.3"
|
||||||
persisting-theory = "==1.0"
|
persisting-theory = "==1.0"
|
||||||
psycopg2 = "==2.9.5"
|
psycopg2 = "==2.9.5"
|
||||||
redis = "==4.4.2"
|
redis = "==4.4.2"
|
||||||
|
|
Loading…
Reference in New Issue