From faa3484a50eae3352f5eb79f874492ce2c8ce91f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:54:36 +0000 Subject: [PATCH] deps(deps-dev): update mkdocstrings requirement Updates the requirements on [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. - [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/0.24.0...1.0.4) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95e341d..684a9b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ dev = [ docs = [ "mkdocs>=1.5.0,<2.0.0", "mkdocs-material>=9.5.0,<10.0.0", - "mkdocstrings[python]>=0.24.0,<1.0.0", + "mkdocstrings[python]>=0.24.0,<2.0.0", "mkdocs-gen-files>=0.5.0,<1.0.0", ] security = [