From fd2e92f0c69ef62084c500b34ec5125de752fc49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 01:28:33 +0000 Subject: [PATCH] build(deps): update mkdocstrings-python requirement Updates the requirements on [mkdocstrings-python](https://github.com/mkdocstrings/python) to permit the latest version. - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/python/compare/1.16.2...1.18.2) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 1.18.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/documentation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/documentation.txt b/requirements/documentation.txt index 313d1b3..7510316 100644 --- a/requirements/documentation.txt +++ b/requirements/documentation.txt @@ -5,5 +5,5 @@ mkdocs-git-committers-plugin-2>=2.4.1,<2.6 mkdocs-git-revision-date-localized-plugin>=1.3,<1.5 mkdocs-material[imaging]>=9.5.47,<10 mkdocs-minify-plugin>=0.8,<0.9 -mkdocstrings-python>=1.16.2,<1.17 +mkdocstrings-python>=1.16.2,<1.19 termynal>=0.12.2,<0.14