Bump mistune from 3.1.4 to 3.2.0 (#2146)

Bumps [mistune](https://github.com/lepture/mistune) from 3.1.4 to 3.2.0.
- [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/v3.1.4...v3.2.0)

---
updated-dependencies:
- dependency-name: mistune
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-12-26 16:19:13 +00:00
committed by GitHub
parent c8a3785c84
commit 81bcfbc089
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -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"

View File

@@ -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"