From 81bcfbc0899ef3a702555cb3e95667caae0d8fee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 16:19:13 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"