From ec34795f88499c90ed1bcf859b672eff9e8904a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 16:08:08 +0000 Subject: [PATCH] --- 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 62d1aecd4..f9c554bf2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2367,13 +2367,13 @@ files = [ [[package]] name = "mistune" -version = "0.8.4" -description = "The fastest markdown parser in pure Python" +version = "3.0.2" +description = "A sane and fast Markdown parser with useful plugins and renderers" optional = false -python-versions = "*" +python-versions = ">=3.7" 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.0.2-py3-none-any.whl", hash = "sha256:71481854c30fdbc938963d3605b72501f5c10a9320ecd412c121c163a1c7d205"}, + {file = "mistune-3.0.2.tar.gz", hash = "sha256:fc7f93ded930c92394ef2cb6f04a8aabab4117a91449e72dcc8dfa646a508be8"}, ] [[package]] @@ -4755,4 +4755,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12.2" -content-hash = "4de1a051826386fd2b868dd7a92a2a7431909c5065f9b6b8c6dad60f068063f0" +content-hash = "f274528b316dd2ec7b71feaac2951182f3be1c84b18652fd3dc3044b29816ef3" diff --git a/pyproject.toml b/pyproject.toml index 756498e8c..e194f601f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ pytz = "^2024.1" regex = "^2024.5.15" shapely = "^2.0.4" smartypants = "^2.0.1" -mistune = "0.8.4" +mistune = "3.0.2" blinker = "^1.8.2" cryptography = "^42.0.7" idna = "^3.7"