From d302fb2f4e7a008320c92b162a69fb559617f6b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 14:44:48 +0000 Subject: [PATCH] chore(deps-dev): update mkdocs requirement from >=1.6.0 to >=1.6.1 Updates the requirements on [mkdocs](https://github.com/mkdocs/mkdocs) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6081b7f..6f20687 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ bench = [ "pytest-benchmark>=4.0.0", ] docs = [ - "mkdocs>=1.6.0", + "mkdocs>=1.6.1", "mkdocstrings[python]>=0.25.0", "mkdocs-material>=9.5.0", ]