From 16cd8bd9823bf20f48d996413e77347779fb000a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 11:43:15 +0000 Subject: [PATCH] chore(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.27.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 c734220..e2c6a7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,7 +130,7 @@ dev = [ "mkdocs-material>=9.5.0,<10.0.0", "mkdocs-click>=0.8.0,<1.0.0", "mkdocs-static-i18n>=1.3.0,<2.0.0", - "mkdocstrings[python]>=0.27.0,<1.0.0", + "mkdocstrings[python]>=0.27.0,<2.0.0", "twine>=6.0.0,<7.0.0", ] # 全部依赖