From 1b4fed00a8e96a7eda29bd225571b6af512e7e52 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 12 Jun 2023 20:33:07 +0000 Subject: [PATCH] chore(api): update dependency markdown to v3.4.3 Part-of: --- api/poetry.lock | 10 +++++----- api/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index e38e1a898..f7e2b3e05 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -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" diff --git a/api/pyproject.toml b/api/pyproject.toml index 0e61a68e0..7a32d5fcf 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -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"