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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-08-30 18:11:48 -04:00
committed by GitHub
parent be3297aac8
commit 1375ca7cfa
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -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"

View File

@@ -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"