diff --git a/poetry.lock b/poetry.lock index 051dda9bd..fc893fcac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2877,14 +2877,14 @@ files = [ [[package]] name = "mistune" -version = "3.1.4" +version = "3.2.0" description = "A sane and fast Markdown parser with useful plugins and renderers" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "mistune-3.1.4-py3-none-any.whl", hash = "sha256:93691da911e5d9d2e23bc54472892aff676df27a75274962ff9edc210364266d"}, - {file = "mistune-3.1.4.tar.gz", hash = "sha256:b5a7f801d389f724ec702840c11d8fc48f2b33519102fc7ee739e8177b672164"}, + {file = "mistune-3.2.0-py3-none-any.whl", hash = "sha256:febdc629a3c78616b94393c6580551e0e34cc289987ec6c35ed3f4be42d0eee1"}, + {file = "mistune-3.2.0.tar.gz", hash = "sha256:708487c8a8cdd99c9d90eb3ed4c3ed961246ff78ac82f03418f5183ab70e398a"}, ] [[package]] @@ -6005,4 +6005,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "de8fb94d8cb6e663f63831293509464a73ed7405205ee644bfafc2cf684e95f4" +content-hash = "b7ffe0d463e72ca2f63b446da1e5a723fbc354cef0ded9de374c8118164f22cb" diff --git a/pyproject.toml b/pyproject.toml index 1a28fc635..0b2a34490 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ python-json-logger = "^4.0.0" regex = "^2025.11.3" shapely = "^2.1.2" smartypants = "^2.0.1" -mistune = "^3.1.4" +mistune = "^3.2.0" blinker = "^1.9.0" cryptography = "^46.0.3" idna = "^3.11"