From 1375ca7cfad086d734ca9fe5ca9dca8f02f66e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 18:11:48 -0400 Subject: [PATCH] Bump mistune from 3.1.3 to 3.1.4 (#2883) 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 c1e642ee0..6187e164e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1964,14 +1964,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]] @@ -4225,4 +4225,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.9" -content-hash = "ddc89afd2576398f7416a18d76a7fd2facc398f3bac8c6d98632a632401fbc6c" +content-hash = "e111a23c5d0699b99de93c1b7049c39d427abffad34aba8a4bcce98920e67345" diff --git a/pyproject.toml b/pyproject.toml index 528f27e66..332d4fedf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ rtreelib = "==0.2.0" werkzeug = "^3.1.3" wtforms = "~=3.1" markdown = "^3.8" -mistune = "^3.1.3" +mistune = "^3.1.4" async-timeout = "^5.0.1" bleach = "^6.1.0" boto3 = "^1.35.99"