diff --git a/poetry.lock b/poetry.lock index c44460c58..2adb31794 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2434,13 +2434,13 @@ files = [ [[package]] name = "mistune" -version = "0.8.4" -description = "The fastest markdown parser in pure Python" +version = "3.1.1" +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.1.1-py3-none-any.whl", hash = "sha256:02106ac2aa4f66e769debbfa028509a275069dcffce0dfa578edd7b991ee700a"}, + {file = "mistune-3.1.1.tar.gz", hash = "sha256:e0740d635f515119f7d1feb6f9b192ee60f0cc649f80a8f944f905706a21654c"}, ] [[package]] @@ -4955,4 +4955,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12.2" -content-hash = "8904d8f81805e9c7fa124868f5d9f356a8be6b42e56df2ee09fa2a5f8d936e45" +content-hash = "eafd74efa136f65a484a31ac40f29deae38705bb8b0402cee3cfb7ca3676b5e1" diff --git a/pyproject.toml b/pyproject.toml index a1658db39..6039a383a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ pytz = "^2024.1" regex = "^2024.7.24" shapely = "^2.0.5" smartypants = "^2.0.1" -mistune = "0.8.4" +mistune = "3.1.1" blinker = "^1.9.0" cryptography = "^43.0.1" idna = "^3.7"