From 5f20ef5899f9799fc31cb3b08ed93a4efac9f47a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:44:15 +0000 Subject: [PATCH] Bump mkdocstrings from 0.30.0 to 0.30.1 Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.30.0 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.30.0...0.30.1) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 0.30.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 193aa60..1351cc1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -41,7 +41,7 @@ mkdocs-material==9.6.18 ; python_version >= "3.11" and python_version < "3.14" mkdocs-typer2==0.1.6 ; python_version >= "3.11" and python_version < "3.14" mkdocs==1.6.1 ; python_version >= "3.11" and python_version < "3.14" mkdocstrings-python==1.18.2 ; python_version >= "3.11" and python_version < "3.14" -mkdocstrings==0.30.0 ; python_version >= "3.11" and python_version < "3.14" +mkdocstrings==0.30.1 ; python_version >= "3.11" and python_version < "3.14" mypy-extensions==1.1.0 ; python_version >= "3.11" and python_version < "3.14" mypy==1.17.1 ; python_version >= "3.11" and python_version < "3.14" nodeenv==1.9.1 ; python_version >= "3.11" and python_version < "3.14"