diff --git a/poetry.lock b/poetry.lock index 5355436f..926809e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -891,13 +891,13 @@ files = [ [[package]] name = "mistune" -version = "0.8.4" -description = "The fastest markdown parser in pure Python" +version = "3.3.0" +description = "A sane and fast Markdown parser with useful plugins and renderers" optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "mistune-0.8.4-py2.py3-none-any.whl", hash = "sha256:88a1051873018da288eee8538d476dffe1262495144b33ecb586c4ab266bb8d4"}, - {file = "mistune-0.8.4.tar.gz", hash = "sha256:59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e"}, + {file = "mistune-3.3.0-py3-none-any.whl", hash = "sha256:a758e578acda49d8195f9a860b132dae2cf7bf409381393b1c4e6e489a65397b"}, + {file = "mistune-3.3.0.tar.gz", hash = "sha256:3074ec4c61b384abe725128e4dcbb483f5a09cc4632012505cdee655d3a113b9"}, ] [[package]] @@ -1760,4 +1760,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "~3.12.7" -content-hash = "df4131cd46a4b5d5b6d8bc89637b1654c01cd9491a0f4e80e6e2bb554bb45e42" +content-hash = "237ebefc3e6089880d0e091657d8bac882ce5c0a5ffa2699ad344fffe45105e5" diff --git a/pyproject.toml b/pyproject.toml index e2cb9d3d..34bcddd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ Flask-Redis = "0.4.0" itsdangerous = "2.2.0" Jinja2 = "^3.0.0" markupsafe = "2.1.5" -mistune = "0.8.4" +mistune = "3.3.0" ordered-set = "4.1.0" phonenumbers = "8.13.55" pre-commit = "^3.8.0"