From 0d5937f975a3d157590387d4c5bae6edf9d0e26f Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Fri, 10 Jul 2026 08:01:35 -0700 Subject: [PATCH] upgrade mistune --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1eb966492..ceaa1e3f1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -2983,14 +2983,14 @@ files = [ [[package]] name = "mistune" -version = "3.2.1" +version = "3.3.3" description = "A sane and fast Markdown parser with useful plugins and renderers" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "mistune-3.2.1-py3-none-any.whl", hash = "sha256:78cdb0ba5e938053ccf63651b352508d2efa9411dc8810bfb05f2dc5140c0048"}, - {file = "mistune-3.2.1.tar.gz", hash = "sha256:7c8e5501d38bac1582e067e46c8343f17d57ea1aaa735823f3aba1fd59c88a28"}, + {file = "mistune-3.3.3-py3-none-any.whl", hash = "sha256:99de1585e42dcbd826faa9e11a202727a5e202e4e4722a4c69ac1ff615793dd7"}, + {file = "mistune-3.3.3.tar.gz", hash = "sha256:c4c6c0c840b8637a2e9b8b6d607eb7c8f00888bf14c754409bcd339e848c2477"}, ] [[package]] @@ -5992,4 +5992,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "85dc087138b86bf51448c58c696bafcf32c14cab8783d0a905ad78be453c3c11" +content-hash = "399f044b06cda3fd13220cbb0016b49be0e930ae5a65f24ddd8deff22794a33d" diff --git a/pyproject.toml b/pyproject.toml index 399bd3001..baadfc95e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ python-json-logger = "^4.0.0" regex = "^2026.2.19" shapely = "^2.1.2" smartypants = "^2.0.1" -mistune = "^3.2.1" +mistune = "^3.3.0" blinker = "^1.9.0" cryptography = "^48.0.1" idna = "^3.15"