From 3a2fe7713be233d55ba0ab91aef2176abb1eb066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 16:28:20 +0000 Subject: [PATCH] dependabot: bump mistletoe from 1.5.1 to 1.6.0 Bumps [mistletoe](https://github.com/miyuchina/mistletoe) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/miyuchina/mistletoe/releases) - [Commits](https://github.com/miyuchina/mistletoe/compare/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: mistletoe dependency-version: 1.6.0 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 5b58f8e3..503e5140 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] dependencies = [ "python-liquid2==0.4.0", - "mistletoe==1.5.1", + "mistletoe==1.6.0", "requests==2.34.2", "tiktoken==0.13.0", "PyYAML==6.0.3", diff --git a/requirements.txt b/requirements.txt index 3a77638c..8ea4b9a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ python-liquid2==0.4.0 -mistletoe==1.5.1 +mistletoe==1.6.0 python-frontmatter==1.3.0 requests==2.34.2 rich==15.0.0