From aa87b82b948c95ea543012cd027ba73f96543fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 04:39:32 +0000 Subject: [PATCH] chore(deps): bump the dev-dependencies group with 4 updates Updates the requirements on [mkdocs](https://github.com/mkdocs/mkdocs), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) and [mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter) to permit the latest version. Updates `mkdocs` to 1.6.1 - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](https://github.com/mkdocs/mkdocs/compare/1.5.0...1.6.1) Updates `mkdocs-material` to 9.7.6 - [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.7.6) Updates `mkdocstrings` to 0.30.1 - [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.24.0...0.30.1) Updates `mkdocs-jupyter` to 0.26.3 - [Changelog](https://github.com/danielfrg/mkdocs-jupyter/blob/main/CHANGELOG.md) - [Commits](https://github.com/danielfrg/mkdocs-jupyter/commits) --- updated-dependencies: - dependency-name: mkdocs dependency-version: 1.6.1 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: mkdocs-material dependency-version: 9.7.6 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: mkdocstrings dependency-version: 0.30.1 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: mkdocs-jupyter dependency-version: 0.26.3 dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index ea38571..fe30294 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ dash>=2.14.0 dash-bootstrap-components>=1.5.0 # Documentation -mkdocs>=1.5.0 -mkdocs-material>=9.5.0 -mkdocstrings[python]>=0.24.0 -mkdocs-jupyter>=0.24.0 +mkdocs>=1.6.1 +mkdocs-material>=9.7.6 +mkdocstrings[python]>=0.30.1 +mkdocs-jupyter>=0.26.3