Bump mistune from 0.8.4 to 3.1.3

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

---
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-03-27 17:06:20 +00:00
committed by GitHub
parent 6e72bc7f5e
commit 3ae727c282
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

@@ -1661,14 +1661,14 @@ files = [
[[package]]
name = "mistune"
version = "0.8.4"
description = "The fastest markdown parser in pure Python"
version = "3.1.3"
description = "A sane and fast Markdown parser with useful plugins and renderers"
optional = false
python-versions = "*"
python-versions = ">=3.8"
groups = ["main"]
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.3-py3-none-any.whl", hash = "sha256:1a32314113cff28aa6432e99e522677c8587fd83e3d51c29b82a52409c842bd9"},
{file = "mistune-3.1.3.tar.gz", hash = "sha256:a7035c21782b2becb6be62f8f25d3df81ccb4d6fa477a6525b15af06539f02a0"},
]
[[package]]
@@ -3296,4 +3296,4 @@ files = [
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "3bc9a79936a2b10ff7c39ec45beed85586c41d057be26c461a3bcc7b2ccb6a28"
content-hash = "bbeb7959daf4393bd1a66353ae549e0c71cecd96bf19c0ae787e4eb06a0c1315"

View File

@@ -47,7 +47,7 @@ cryptography = "^44.0.2"
flask-redis = "^0.4.0"
geojson = "^3.1.0"
jmespath = "^1.0.1"
mistune = "0.8.4"
mistune = "3.1.3"
numpy = "^2.2.4"
ordered-set = "^4.1.0"
phonenumbers = "^8.13.52"