From e62c7b28341804efbbfb2ab4423002dc69ce31bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 11:26:44 +0000 Subject: [PATCH] Update mkdocstrings[python] requirement in the dependencies group Updates the requirements on [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. Updates `mkdocstrings[python]` to 1.0.4 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/1.0.0...1.0.4) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-version: 1.0.4 dependency-type: direct:development dependency-group: dependencies ... 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 60ae001..7b1fdf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dev = [ "pre-commit>=4.0.1", "pyright>=1.1.391", "mkdocs>=1.6.1", - "mkdocstrings[python]>=1.0.0", + "mkdocstrings[python]>=1.0.4", "mkdocs-material>=9.6.20", ] diff --git a/uv.lock b/uv.lock index a4e512f..720563f 100644 --- a/uv.lock +++ b/uv.lock @@ -597,7 +597,7 @@ dev = [ { name = "coverage", specifier = ">=7.6.9" }, { name = "mkdocs", specifier = ">=1.6.1" }, { name = "mkdocs-material", specifier = ">=9.6.20" }, - { name = "mkdocstrings", extras = ["python"], specifier = ">=1.0.0" }, + { name = "mkdocstrings", extras = ["python"], specifier = ">=1.0.4" }, { name = "pre-commit", specifier = ">=4.0.1" }, { name = "pyright", specifier = ">=1.1.391" }, { name = "pytest", specifier = ">=9.0.1" },