From 3c7423100d4617bac36b48f50c5de95ab72c8347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 11:01:19 +0000 Subject: [PATCH] Update mkdocs-material requirement from ==9.5.* to ==9.6.* Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.0...9.6.22) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.6.22 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 6971d8bd..4f37fdcf 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,7 +1,7 @@ wget bump2version ==1.0.1 # coverage >=4.5.4 -mkdocs-material ==9.5.* +mkdocs-material ==9.6.* ipython[notebook] >8.0, <9.0 mkdocstrings[python] ==0.26.*; python_version < "3.9" mkdocstrings[python] ==0.29.*; python_version >= "3.9"