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