From b4cd7c6e9c8420c14d861725c2d8090b8c206bfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 11:07:15 -0500 Subject: [PATCH] Bump mistune from 3.1.4 to 3.2.0 (#3183) 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 797d03e15..e14f35367 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2121,14 +2121,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]] @@ -4493,4 +4493,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "516a427c705dc7581f38a6556fa7148ebc9950c72af6b946198595374594a39b" +content-hash = "44f0668839c081d8061adf2090c70fda53d19682bf11c0adeda71b2fca623f33" diff --git a/pyproject.toml b/pyproject.toml index 2602f49d6..db983f022 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ rtreelib = "==0.2.0" werkzeug = "^3.1.4" wtforms = "~=3.1" markdown = "^3.10" -mistune = "^3.1.4" +mistune = "^3.2.0" async-timeout = "^5.0.1" bleach = "^6.3.0" boto3 = "^1.35.99"