From 63b2a38806fce03e59ee402d6f1eda3bb0f055ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 13:24:55 +0000 Subject: [PATCH] Bump mkdocstrings[python] from 0.30.1 to 1.0.0 Bumps [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) from 0.30.1 to 1.0.0. - [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.0) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b61b280..eec5325 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pipeline = [ ] documentation = [ "mkdocs==1.6.1", - "mkdocstrings[python]==0.30.1", + "mkdocstrings[python]==1.0.0", "mkdocs-material==9.6.22", "mkdocs-git-revision-date-localized-plugin==1.5.0", "mkdocs-git-authors-plugin==0.10.0", diff --git a/uv.lock b/uv.lock index 255c259..4cbf207 100644 --- a/uv.lock +++ b/uv.lock @@ -866,7 +866,7 @@ wheels = [ [[package]] name = "mkdocstrings" -version = "0.30.1" +version = "1.0.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "jinja2" }, @@ -876,9 +876,9 @@ dependencies = [ { name = "mkdocs-autorefs" }, { name = "pymdown-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/c5/33/2fa3243439f794e685d3e694590d28469a9b8ea733af4b48c250a3ffc9a0/mkdocstrings-0.30.1.tar.gz", hash = "sha256:84a007aae9b707fb0aebfc9da23db4b26fc9ab562eb56e335e9ec480cb19744f", size = 106350, upload-time = "2025-09-19T10:49:26.446Z" } +sdist = { url = "https://files.pythonhosted.org/packages/e5/13/10bbf9d56565fd91b91e6f5a8cd9b9d8a2b101c4e8ad6eeafa35a706301d/mkdocstrings-1.0.0.tar.gz", hash = "sha256:351a006dbb27aefce241ade110d3cd040c1145b7a3eb5fd5ac23f03ed67f401a", size = 101086, upload-time = "2025-11-27T15:39:40.534Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/7b/2c/f0dc4e1ee7f618f5bff7e05898d20bf8b6e7fa612038f768bfa295f136a4/mkdocstrings-0.30.1-py3-none-any.whl", hash = "sha256:41bd71f284ca4d44a668816193e4025c950b002252081e387433656ae9a70a82", size = 36704, upload-time = "2025-09-19T10:49:24.805Z" }, + { url = "https://files.pythonhosted.org/packages/ec/fc/80aa31b79133634721cf7855d37b76ea49773599214896f2ff10be03de2a/mkdocstrings-1.0.0-py3-none-any.whl", hash = "sha256:4c50eb960bff6e05dfc631f6bc00dfabffbcb29c5ff25f676d64daae05ed82fa", size = 35135, upload-time = "2025-11-27T15:39:39.301Z" }, ] [package.optional-dependencies] @@ -1331,7 +1331,7 @@ documentation = [ { name = "mkdocs-git-revision-date-localized-plugin", specifier = "==1.5.0" }, { name = "mkdocs-jupyter", specifier = "==0.25.1" }, { name = "mkdocs-material", specifier = "==9.6.22" }, - { name = "mkdocstrings", extras = ["python"], specifier = "==0.30.1" }, + { name = "mkdocstrings", extras = ["python"], specifier = "==1.0.0" }, ] pipeline = [ { name = "bandit", specifier = "==1.8.6" },