From 7e050a1d2a81797c71c3b3006aadd1a9a36c7bb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jun 2023 03:09:07 +0000 Subject: [PATCH] chore(deps): update dependency mistune to v3 --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 81a1a5b..5d2e7e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1690,13 +1690,13 @@ files = [ [[package]] name = "mistune" -version = "0.8.4" -description = "The fastest markdown parser in pure Python" +version = "3.0.1" +description = "A sane and fast Markdown parser with useful plugins and renderers" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "mistune-0.8.4-py2.py3-none-any.whl", hash = "sha256:88a1051873018da288eee8538d476dffe1262495144b33ecb586c4ab266bb8d4"}, - {file = "mistune-0.8.4.tar.gz", hash = "sha256:59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e"}, + {file = "mistune-3.0.1-py3-none-any.whl", hash = "sha256:b9b3e438efbb57c62b5beb5e134dab664800bdf1284a7ee09e8b12b13eb1aac6"}, + {file = "mistune-3.0.1.tar.gz", hash = "sha256:e912116c13aa0944f9dc530db38eb88f6a77087ab128f49f84a48f4c05ea163c"}, ] [[package]] @@ -3233,4 +3233,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "6d6afc77cde4493139e67c0a0b7bb6438faf79c55770dd1ff4a95711e441ca5d" +content-hash = "f9194b2e9e570c73793d16684470e42999821129eaa5683c14ca64303d486519" diff --git a/pyproject.toml b/pyproject.toml index 08d36a4..9835b51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ sphinxcontrib-httpdomain = "^1.8.1" sphinxcontrib-mermaid = "^0.8" sphinx-rtd-theme = "^1.2.0" m2r2 = "0.2.7" -mistune = "0.8.4" +mistune = "3.0.1" sphinx-nested-apidoc = "^1.2.2" mypy = "^1.0.0" django-stubs = { extras = ["compatible-mypy"], version = "^1.14.0" }