From 75acb50955d3267a8ed3cd84a9e40c40c3e6ee2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 04:16:09 +0000 Subject: [PATCH] chore(deps): bump the dev-dependencies group with 2 updates Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. Updates `mkdocs-material` to 9.7.7 - [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.7.6...9.7.7) Updates `mkdocstrings` to 1.0.6 - [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.30.1...1.0.6) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.7 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: mkdocstrings dependency-version: 1.0.6 dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fe30294..707f2ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,6 +25,6 @@ dash-bootstrap-components>=1.5.0 # Documentation mkdocs>=1.6.1 -mkdocs-material>=9.7.6 -mkdocstrings[python]>=0.30.1 +mkdocs-material>=9.7.7 +mkdocstrings[python]>=1.0.6 mkdocs-jupyter>=0.26.3