update mistune due to pip-audit

This commit is contained in:
Kenneth Kehl
2026-05-07 07:14:40 -07:00
parent 9131182db7
commit 1e973d48cc
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2144,14 +2144,14 @@ files = [
[[package]]
name = "mistune"
version = "3.2.0"
version = "3.2.1"
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.0-py3-none-any.whl", hash = "sha256:febdc629a3c78616b94393c6580551e0e34cc289987ec6c35ed3f4be42d0eee1"},
{file = "mistune-3.2.0.tar.gz", hash = "sha256:708487c8a8cdd99c9d90eb3ed4c3ed961246ff78ac82f03418f5183ab70e398a"},
{file = "mistune-3.2.1-py3-none-any.whl", hash = "sha256:78cdb0ba5e938053ccf63651b352508d2efa9411dc8810bfb05f2dc5140c0048"},
{file = "mistune-3.2.1.tar.gz", hash = "sha256:7c8e5501d38bac1582e067e46c8343f17d57ea1aaa735823f3aba1fd59c88a28"},
]
[[package]]
@@ -4583,4 +4583,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 = "ca7631ebd3fbb47df9a4e220296c2ea625fb4e46eae8349aab7c45ed5876ac66"
content-hash = "32aa5eef0e02a1d234c2e95167f93d019abfc778d18bde0a3533112e8ddfd645"

View File

@@ -37,7 +37,7 @@ rtreelib = "==0.2.0"
werkzeug = "^3.1.5"
wtforms = "~=3.1"
markdown = "^3.10"
mistune = "^3.2.0"
mistune = "^3.2.1"
async-timeout = "^5.0.1"
bleach = "^6.3.0"
boto3 = "^1.35.99"