From 786ee113e6cd05630b0bc0d78d8e8d51d2ebb70b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:38:04 +0000 Subject: [PATCH] Bump mkdocstrings[python] from 1.0.2 to 1.0.3 Bumps [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) from 1.0.2 to 1.0.3. - [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/1.0.2...1.0.3) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-version: 1.0.3 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 77a2604..c02e108 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ pre-commit>=3.6.1 python-dotenv>=1.0.1 ruff~=0.15 mkdocs-material==9.7.1 -mkdocstrings[python]==1.0.2 +mkdocstrings[python]==1.0.3 pytest-asyncio>=0.23.6 pytest-cov>=5.0.0 pytest>=8.1.1