From 42df3fa9bbbfe29fc32ab310cf3f56eb7b80355a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 07:40:37 +0300 Subject: [PATCH] chore(deps): update dependency mkdocstrings to v0.27.0 (#443) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 05f7126..838f13d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = ["mypy[faster-cache]==1.13", "pytest==8.3.3", "ruff==0.7.3"] docs = [ "mkdocs-material==9.5.44", "mkdocs-minify-html-plugin==0.2.3", - "mkdocstrings==0.26.2", + "mkdocstrings==0.27.0", "mkdocstrings-python==1.12.2", ] diff --git a/uv.lock b/uv.lock index e620abe..4bb92b8 100644 --- a/uv.lock +++ b/uv.lock @@ -488,7 +488,7 @@ wheels = [ [[package]] name = "mkdocstrings" -version = "0.26.2" +version = "0.27.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "click" }, @@ -502,9 +502,9 @@ dependencies = [ { name = "pymdown-extensions" }, { name = "typing-extensions", marker = "python_full_version < '3.10'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/c0/76/0475d10d27f3384df3a6ddfdf4a4fdfef83766f77cd4e327d905dc956c15/mkdocstrings-0.26.2.tar.gz", hash = "sha256:34a8b50f1e6cfd29546c6c09fbe02154adfb0b361bb758834bf56aa284ba876e", size = 92512 } +sdist = { url = "https://files.pythonhosted.org/packages/e2/5a/5de70538c2cefae7ac3a15b5601e306ef3717290cb2aab11d51cbbc2d1c0/mkdocstrings-0.27.0.tar.gz", hash = "sha256:16adca6d6b0a1f9e0c07ff0b02ced8e16f228a9d65a37c063ec4c14d7b76a657", size = 94830 } wheels = [ - { url = "https://files.pythonhosted.org/packages/80/b6/4ee320d7c313da3774eff225875eb278f7e6bb26a9cd8e680b8dbc38fdea/mkdocstrings-0.26.2-py3-none-any.whl", hash = "sha256:1248f3228464f3b8d1a15bd91249ce1701fe3104ac517a5f167a0e01ca850ba5", size = 29716 }, + { url = "https://files.pythonhosted.org/packages/cd/10/4c27c3063c2b3681a4b7942f8dbdeb4fa34fecb2c19b594e7345ebf4f86f/mkdocstrings-0.27.0-py3-none-any.whl", hash = "sha256:6ceaa7ea830770959b55a16203ac63da24badd71325b96af950e59fd37366332", size = 30658 }, ] [[package]] @@ -729,7 +729,7 @@ dev = [ docs = [ { name = "mkdocs-material", specifier = "==9.5.44" }, { name = "mkdocs-minify-html-plugin", specifier = "==0.2.3" }, - { name = "mkdocstrings", specifier = "==0.26.2" }, + { name = "mkdocstrings", specifier = "==0.27.0" }, { name = "mkdocstrings-python", specifier = "==1.12.2" }, ]