From 1a608df512483413b61b85bc14de5cb998932bea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 22:22:47 +0000 Subject: [PATCH] Bump mistune from 3.1.3 to 3.1.4 (#1950) Bumps [mistune](https://github.com/lepture/mistune) from 3.1.3 to 3.1.4. - [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/v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: mistune dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6064fe05d..9c9fbcd31 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2691,14 +2691,14 @@ files = [ [[package]] name = "mistune" -version = "3.1.3" +version = "3.1.4" description = "A sane and fast Markdown parser with useful plugins and renderers" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "mistune-3.1.3-py3-none-any.whl", hash = "sha256:1a32314113cff28aa6432e99e522677c8587fd83e3d51c29b82a52409c842bd9"}, - {file = "mistune-3.1.3.tar.gz", hash = "sha256:a7035c21782b2becb6be62f8f25d3df81ccb4d6fa477a6525b15af06539f02a0"}, + {file = "mistune-3.1.4-py3-none-any.whl", hash = "sha256:93691da911e5d9d2e23bc54472892aff676df27a75274962ff9edc210364266d"}, + {file = "mistune-3.1.4.tar.gz", hash = "sha256:b5a7f801d389f724ec702840c11d8fc48f2b33519102fc7ee739e8177b672164"}, ] [[package]] @@ -5678,4 +5678,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.9" -content-hash = "22a1b25676c82908e85537bdd9fe88d2f45ee7b98a3d518f5b321f4eb517850e" +content-hash = "58ffdca3d61ff0fb99f70b5fcab5f0dbb2111140ba9564ec26401a1bef189b2d" diff --git a/pyproject.toml b/pyproject.toml index 6cfbaeb3c..9ebbc75de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ python-json-logger = "^3.3.0" regex = "^2025.7.34" shapely = "^2.1.1" smartypants = "^2.0.1" -mistune = "^3.1.3" +mistune = "^3.1.4" blinker = "^1.9.0" cryptography = "^45.0.6" idna = "^3.7"