From d5e6c91b7524de86d13cfc65ba1cfc3a1d6b8f51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 19:58:51 +0000 Subject: [PATCH] Bump mistune from 0.8.4 to 3.1.2 Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 3.1.2. - [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.2) --- 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 dc8b2a9e1..4e912c3d7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2453,13 +2453,13 @@ files = [ [[package]] name = "mistune" -version = "0.8.4" -description = "The fastest markdown parser in pure Python" +version = "3.1.2" +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.2-py3-none-any.whl", hash = "sha256:4b47731332315cdca99e0ded46fc0004001c1299ff773dfb48fbe1fd226de319"}, + {file = "mistune-3.1.2.tar.gz", hash = "sha256:733bf018ba007e8b5f2d3a9eb624034f6ee26c4ea769a98ec533ee111d504dff"}, ] [[package]] @@ -4964,4 +4964,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12.2" -content-hash = "188e04c36d3ff42ae7ee747ea79d406930af0d342d6b79092d269a89e15a5d38" +content-hash = "c2fc319fa01be604ae70799acd3fadbdea3d8892a05702a888a12934024fa9da" diff --git a/pyproject.toml b/pyproject.toml index 5a98ce862..494a5f739 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ python-json-logger = "^2.0.7" regex = "^2024.7.24" shapely = "^2.0.5" smartypants = "^2.0.1" -mistune = "0.8.4" +mistune = "3.1.2" blinker = "^1.9.0" cryptography = "^44.0.1" idna = "^3.7"