From 1213a3d58dc54bfd3605ca262573c0568b7cacfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 12:17:42 +0000 Subject: [PATCH] chore(deps-dev): update markdown-exec[ansi] requirement Updates the requirements on [markdown-exec[ansi]](https://github.com/pawamoy/markdown-exec) to permit the latest version. - [Release notes](https://github.com/pawamoy/markdown-exec/releases) - [Changelog](https://github.com/pawamoy/markdown-exec/blob/main/CHANGELOG.md) - [Commits](https://github.com/pawamoy/markdown-exec/compare/1.7.0...1.12.1) --- updated-dependencies: - dependency-name: markdown-exec[ansi] dependency-version: 1.12.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c59907d..9ae8273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ docs = [ "mkdocs-include-markdown-plugin", "mkdocs-material", "mkdocstrings[python]", - "markdown-exec[ansi]>=1.7.0,<2", + "markdown-exec[ansi]>=1.12.1,<2", "mkdocs-jupyter>=0.25.1,<0.26", "mkdocs-git-authors-plugin>=0.9.2,<0.10", ] diff --git a/uv.lock b/uv.lock index a053538..4564e8c 100644 --- a/uv.lock +++ b/uv.lock @@ -2794,7 +2794,7 @@ dev = [ { name = "types-pyyaml", specifier = ">=6.0.12.20241230" }, ] docs = [ - { name = "markdown-exec", extras = ["ansi"], specifier = ">=1.7.0,<2" }, + { name = "markdown-exec", extras = ["ansi"], specifier = ">=1.12.1,<2" }, { name = "mkdocs" }, { name = "mkdocs-git-authors-plugin", specifier = ">=0.9.2,<0.10" }, { name = "mkdocs-git-revision-date-localized-plugin" },