From c9267ddfde9c4b945c1b1eb24bc9ae9f87d2a59f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:24:01 +0000 Subject: [PATCH] dependabot: bump mistletoe from 1.3.0 to 1.5.1 Bumps [mistletoe](https://github.com/miyuchina/mistletoe) from 1.3.0 to 1.5.1. - [Release notes](https://github.com/miyuchina/mistletoe/releases) - [Commits](https://github.com/miyuchina/mistletoe/compare/v1.3.0...v1.5.1) --- updated-dependencies: - dependency-name: mistletoe dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2bf1545..7b675f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] dependencies = [ "python-liquid2==0.4.0", - "mistletoe==1.3.0", + "mistletoe==1.5.1", "requests==2.34.2", "tiktoken==0.13.0", "PyYAML==6.0.3", diff --git a/requirements.txt b/requirements.txt index 5aa28bb..26470d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ python-liquid2==0.4.0 -mistletoe==1.3.0 +mistletoe==1.5.1 python-frontmatter==1.3.0 requests==2.34.2 rich==15.0.0