From 994edafb4d9b391c731cb212d9bfe1c3c07e4629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:14:31 +0000 Subject: [PATCH] chore(deps): update mkdocstrings requirement from >=0.26.1 to >=1.0.4 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.26.1...1.0.4) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 03d3df2..8fb4425 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ # Documentation extras (mkdocs plugins not in nixpkgs) mkdocs-autorefs>=1.2.0 -mkdocstrings>=0.26.1 +mkdocstrings>=1.0.4 mkdocs-material-extensions>=1.3.1 mkdocs-get-deps>=0.2.0 pymdown-extensions>=10.9