From 3ae727c2821dca67dfe8ce3f0aaaa744e867884d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 17:06:20 +0000 Subject: [PATCH] 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] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 35a258089..7a5506c0e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 77516f8c6..f3cd1e3db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"