From 1e4101c60fc78cf14f7157ac3fb2a3853fbee961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 13:54:54 +0000 Subject: [PATCH] build(deps): bump mkdocstrings from 0.26.2 to 1.0.2 Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.26.2 to 1.0.2. - [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.26.2...1.0.2) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 48253c6..f02bc39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ docs = [ "mkdocs-mermaid2-plugin==1.1.1", "mkdocs==1.6.1", "mkdocstrings-python==1.12.1", - "mkdocstrings==0.26.2", + "mkdocstrings==1.0.2", "pymdown-extensions==10.15", "mkdocs-same-dir", ] diff --git a/uv.lock b/uv.lock index 02582c2..fd1abe7 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.13" [[package]] @@ -112,7 +112,7 @@ requires-dist = [ { name = "mkdocs-material-extensions", marker = "extra == 'docs'", specifier = "==1.3.1" }, { name = "mkdocs-mermaid2-plugin", marker = "extra == 'docs'", specifier = "==1.1.1" }, { name = "mkdocs-same-dir", marker = "extra == 'docs'" }, - { name = "mkdocstrings", marker = "extra == 'docs'", specifier = "==0.26.2" }, + { name = "mkdocstrings", marker = "extra == 'docs'", specifier = "==1.0.2" }, { name = "mkdocstrings-python", marker = "extra == 'docs'", specifier = "==1.12.1" }, { name = "mypy", marker = "extra == 'lint'", specifier = ">=1.14.1" }, { name = "pandas-stubs", marker = "extra == 'lint'", specifier = ">=2.2.3.241126" }, @@ -796,21 +796,19 @@ wheels = [ [[package]] name = "mkdocstrings" -version = "0.26.2" +version = "1.0.2" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "click" }, { name = "jinja2" }, { name = "markdown" }, { name = "markupsafe" }, { name = "mkdocs" }, { name = "mkdocs-autorefs" }, - { name = "platformdirs" }, { name = "pymdown-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/c0/76/0475d10d27f3384df3a6ddfdf4a4fdfef83766f77cd4e327d905dc956c15/mkdocstrings-0.26.2.tar.gz", hash = "sha256:34a8b50f1e6cfd29546c6c09fbe02154adfb0b361bb758834bf56aa284ba876e", size = 92512, upload-time = "2024-10-12T16:56:52.007Z" } +sdist = { url = "https://files.pythonhosted.org/packages/63/4d/1ca8a9432579184599714aaeb36591414cc3d3bfd9d494f6db540c995ae4/mkdocstrings-1.0.2.tar.gz", hash = "sha256:48edd0ccbcb9e30a3121684e165261a9d6af4d63385fc4f39a54a49ac3b32ea8", size = 101048, upload-time = "2026-01-24T15:57:25.735Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/80/b6/4ee320d7c313da3774eff225875eb278f7e6bb26a9cd8e680b8dbc38fdea/mkdocstrings-0.26.2-py3-none-any.whl", hash = "sha256:1248f3228464f3b8d1a15bd91249ce1701fe3104ac517a5f167a0e01ca850ba5", size = 29716, upload-time = "2024-10-12T16:56:49.746Z" }, + { url = "https://files.pythonhosted.org/packages/57/32/407a9a5fdd7d8ecb4af8d830b9bcdf47ea68f916869b3f44bac31f081250/mkdocstrings-1.0.2-py3-none-any.whl", hash = "sha256:41897815a8026c3634fe5d51472c3a569f92ded0ad8c7a640550873eea3b6817", size = 35443, upload-time = "2026-01-24T15:57:23.933Z" }, ] [[package]]