From c5edd45ea2465fb581b026e8c00c598da65cb3d8 Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 31 Mar 2025 08:41:30 +0000 Subject: [PATCH] chore(deps): update dependency mkdocstrings to v0.29.1 --- pyproject.toml | 2 +- uv.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6f3ebd0..42fd94e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ documentation = [ "mkdocs-git-revision-date-localized-plugin==1.4.5", "mkdocs-material[imaging]==9.6.10", "mkdocs-redirects==1.2.2", - "mkdocstrings[python]==0.29.0", + "mkdocstrings[python]==0.29.1", ] [tool.uv] diff --git a/uv.lock b/uv.lock index 14654e8..ad581e3 100644 --- a/uv.lock +++ b/uv.lock @@ -648,7 +648,7 @@ name = "importlib-metadata" version = "8.5.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "zipp" }, + { name = "zipp", marker = "python_full_version >= '3.12'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/cd/12/33e59336dca5be0c398a7482335911a33aa0e20776128f038019f1a95f1b/importlib_metadata-8.5.0.tar.gz", hash = "sha256:71522656f0abace1d072b9e5481a48f07c138e00f079c38c8f883823f9c26bd7", size = 55304 } wheels = [ @@ -924,7 +924,7 @@ wheels = [ [[package]] name = "mkdocstrings" -version = "0.29.0" +version = "0.29.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "jinja2" }, @@ -934,9 +934,9 @@ dependencies = [ { name = "mkdocs-autorefs" }, { name = "pymdown-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/8e/4d/a9484dc5d926295bdf308f1f6c4f07fcc99735b970591edc414d401fcc91/mkdocstrings-0.29.0.tar.gz", hash = "sha256:3657be1384543ce0ee82112c3e521bbf48e41303aa0c229b9ffcccba057d922e", size = 1212185 } +sdist = { url = "https://files.pythonhosted.org/packages/41/e8/d22922664a627a0d3d7ff4a6ca95800f5dde54f411982591b4621a76225d/mkdocstrings-0.29.1.tar.gz", hash = "sha256:8722f8f8c5cd75da56671e0a0c1bbed1df9946c0cef74794d6141b34011abd42", size = 1212686 } wheels = [ - { url = "https://files.pythonhosted.org/packages/15/47/eb876dfd84e48f31ff60897d161b309cf6a04ca270155b0662aae562b3fb/mkdocstrings-0.29.0-py3-none-any.whl", hash = "sha256:8ea98358d2006f60befa940fdebbbc88a26b37ecbcded10be726ba359284f73d", size = 1630824 }, + { url = "https://files.pythonhosted.org/packages/98/14/22533a578bf8b187e05d67e2c1721ce10e3f526610eebaf7a149d557ea7a/mkdocstrings-0.29.1-py3-none-any.whl", hash = "sha256:37a9736134934eea89cbd055a513d40a020d87dfcae9e3052c2a6b8cd4af09b6", size = 1631075 }, ] [package.optional-dependencies] @@ -1736,7 +1736,7 @@ documentation = [ { name = "mkdocs-git-revision-date-localized-plugin", specifier = "==1.4.5" }, { name = "mkdocs-material", extras = ["imaging"], specifier = "==9.6.10" }, { name = "mkdocs-redirects", specifier = "==1.2.2" }, - { name = "mkdocstrings", extras = ["python"], specifier = "==0.29.0" }, + { name = "mkdocstrings", extras = ["python"], specifier = "==0.29.1" }, ] [[package]]