Bump mistune from 0.8.4 to 3.1.1

Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 3.1.1.
- [Release notes](https://github.com/lepture/mistune/releases)
- [Changelog](https://github.com/lepture/mistune/blob/master/docs/changes.rst)
- [Commits](https://github.com/lepture/mistune/compare/v0.8.4...v3.1.1)

---
updated-dependencies:
- dependency-name: mistune
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-02-10 21:41:28 +00:00
committed by GitHub
parent 970d2f9dab
commit 4ad447cf0c
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

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

View File

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