Merge pull request #2285 from GSA/upgrade_mistune

upgrade mistune
This commit is contained in:
Kenneth Kehl
2026-07-10 14:13:03 -07:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

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

View File

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