From 8a256d2718b4324c057b4af9f20ca8655575a3b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 14:29:13 +0000 Subject: [PATCH] Bump mkdocs from 1.6.0 to 1.6.1 in the docs group Bumps the docs group with 1 update: [mkdocs](https://github.com/mkdocs/mkdocs). Updates `mkdocs` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](https://github.com/mkdocs/mkdocs/compare/1.6.0...1.6.1) --- updated-dependencies: - dependency-name: mkdocs dependency-version: 1.6.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: docs ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1915d94449..ecddea9f48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ test = [ ] docs = [ # MkDocs to build our documentation. - "mkdocs==1.6.0", + "mkdocs==1.6.1", # pylinkvalidator to check for broken links in documentation. "pylinkvalidator==0.3", ]