chore(deps-dev): bump mistune from 0.8.4 to 3.2.1

Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 3.2.1.
- [Release notes](https://github.com/lepture/mistune/releases)
- [Changelog](https://github.com/lepture/mistune/blob/main/docs/changes.rst)
- [Commits](https://github.com/lepture/mistune/compare/v0.8.4...v3.2.1)

---
updated-dependencies:
- dependency-name: mistune
  dependency-version: 3.2.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-05-22 23:36:56 +00:00 committed by Miguel
parent ca213de35a
commit a9da53b96f

31
poetry.lock generated
View file

@ -832,19 +832,19 @@ files = [
[[package]]
name = "m2r2"
version = "0.3.4"
version = "0.3.1"
description = "Markdown and reStructuredText in a single file."
optional = false
python-versions = ">=3.7"
python-versions = "*"
groups = ["docs"]
files = [
{file = "m2r2-0.3.4-py3-none-any.whl", hash = "sha256:1a445514af8a229496bfb1380c52da8dd38313e48600359ee92b2c9d2e4df34a"},
{file = "m2r2-0.3.4.tar.gz", hash = "sha256:e278f5f337e9aa7b2080fcc3e94b051bda9615b02e36c6fb3f23ff019872f043"},
{file = "m2r2-0.3.1-py3-none-any.whl", hash = "sha256:c2b62b8dec16f82d9e4d8aecf58830a87835ca90441716fc571e573e32c7d829"},
{file = "m2r2-0.3.1.tar.gz", hash = "sha256:6bf2d74e4cd15ce8a795999326cc7a4924af69ac1d114cac8064c1599ab11892"},
]
[package.dependencies]
docutils = ">=0.19"
mistune = "0.8.4"
docutils = "*"
mistune = "*"
[[package]]
name = "markdown-it-py"
@ -977,16 +977,19 @@ files = [
[[package]]
name = "mistune"
version = "0.8.4"
description = "The fastest markdown parser in pure Python"
version = "3.2.1"
description = "A sane and fast Markdown parser with useful plugins and renderers"
optional = false
python-versions = "*"
groups = ["docs"]
python-versions = ">=3.8"
groups = ["dev", "docs"]
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.2.1-py3-none-any.whl", hash = "sha256:78cdb0ba5e938053ccf63651b352508d2efa9411dc8810bfb05f2dc5140c0048"},
{file = "mistune-3.2.1.tar.gz", hash = "sha256:7c8e5501d38bac1582e067e46c8343f17d57ea1aaa735823f3aba1fd59c88a28"},
]
[package.dependencies]
typing-extensions = {version = "*", markers = "python_version < \"3.11\""}
[[package]]
name = "mypy"
version = "1.18.2"
@ -2102,12 +2105,12 @@ version = "4.14.0"
description = "Backported and Experimental Type Hints for Python 3.9+"
optional = false
python-versions = ">=3.9"
groups = ["main", "test"]
groups = ["main", "dev", "docs", "test"]
files = [
{file = "typing_extensions-4.14.0-py3-none-any.whl", hash = "sha256:a1514509136dd0b477638fc68d6a91497af5076466ad0fa6c338e44e359944af"},
{file = "typing_extensions-4.14.0.tar.gz", hash = "sha256:8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4"},
]
markers = {main = "python_version == \"3.10\""}
markers = {main = "python_version == \"3.10\"", dev = "python_version == \"3.10\"", docs = "python_version == \"3.10\""}
[[package]]
name = "tzdata"