From 9f2fd81e88bcc41ed844c65ffc39baf8e483a3ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:51:30 +0000 Subject: [PATCH] chore(deps-dev): bump mistune in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [mistune](https://github.com/lepture/mistune). Updates `mistune` from 3.2.1 to 3.3.0 - [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.2.1...v3.3.0) --- updated-dependencies: - dependency-name: mistune dependency-version: 3.3.0 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7cf8341..336d300 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ bench-sse = [ "httpx==0.28.1", ] bench-markdown = [ - "mistune==3.2.1", + "mistune==3.3.0", ] bench-diff = [ "unidiff==0.7.5",