From c6885aad3dd8cb4d52923e209d7731d452dbcba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:15:01 +0000 Subject: [PATCH] chore(deps): update mkdocstrings requirement from >=0.26.1 to >=1.0.6 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.6) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.6 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..098106f 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.6 mkdocs-material-extensions>=1.3.1 mkdocs-get-deps>=0.2.0 pymdown-extensions>=10.9