From 6b41b5ea2cb282e72c1514d01ffb288f431f1dce Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Fri, 10 Jul 2026 08:04:33 -0700 Subject: [PATCH 1/2] upgrade mistune --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 34989a56b..4c4ce952c 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 = "ago" @@ -2144,14 +2144,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]] @@ -4587,4 +4587,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 = "b6e33c7d2503fe4e2d6dfa5032716311750bd84aabdb7ecfca82542dcc46bed0" +content-hash = "9435a00bd93cd7ace9691fef5e3a45bac16036c46ecf6c540e3af9c0a33bd7e8" diff --git a/pyproject.toml b/pyproject.toml index 663bea321..15f990762 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ rtreelib = "==0.2.0" werkzeug = "^3.1.5" wtforms = "~=3.1" markdown = "^3.10" -mistune = "^3.2.1" +mistune = "^3.3.0" async-timeout = "^5.0.1" bleach = "^6.4.0" boto3 = "^1.35.99" From 9d62f622936532f1e85b48098224593c0636d55f Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Fri, 10 Jul 2026 10:11:33 -0700 Subject: [PATCH 2/2] upgrade soupsieve --- poetry.lock | 8 ++++---- pyproject.toml | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4c4ce952c..1fc0fb61a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4028,14 +4028,14 @@ files = [ [[package]] name = "soupsieve" -version = "2.8" +version = "2.8.4" description = "A modern CSS selector implementation for Beautiful Soup." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "soupsieve-2.8-py3-none-any.whl", hash = "sha256:0cc76456a30e20f5d7f2e14a98a4ae2ee4e5abdc7c5ea0aafe795f344bc7984c"}, - {file = "soupsieve-2.8.tar.gz", hash = "sha256:e2dd4a40a628cb5f28f6d4b0db8800b8f581b65bb380b97de22ba5ca8d72572f"}, + {file = "soupsieve-2.8.4-py3-none-any.whl", hash = "sha256:e7e6b0769c8f51ed59acab6e994b00621096cfb1c640a7509295987388fbaf65"}, + {file = "soupsieve-2.8.4.tar.gz", hash = "sha256:e121fd02e975c695e4e9e8774a5ee35d74714b59307868dcc5319ad2d9e3328e"}, ] [[package]] @@ -4587,4 +4587,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 = "9435a00bd93cd7ace9691fef5e3a45bac16036c46ecf6c540e3af9c0a33bd7e8" +content-hash = "42a07bd258a81c7d920170f5fe75b19f8705049ebc2199d510138e68442d58f6" diff --git a/pyproject.toml b/pyproject.toml index 15f990762..427b17b36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ axe-core-python = "^0.1.0" python = "^3.13.2" ago = "~=0.1.0" beautifulsoup4 = "^4.14.3" +soupsieve = "^2.8.4" blinker = "~=1.8" dulwich = "^1.2.5" gevent = "==25.9.1"