From 24c9b119a2ee57be51ff8ae29bbf5e97162e52ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:45:42 +0000 Subject: [PATCH] chore(deps-dev): bump mkdocstrings from 0.26.2 to 0.27.0 Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.26.2 to 0.27.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.26.2...0.27.0) --- updated-dependencies: - dependency-name: mkdocstrings dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3c03316..e7623ce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -837,13 +837,13 @@ mkdocs = ">=1.2" [[package]] name = "mkdocstrings" -version = "0.26.2" +version = "0.27.0" description = "Automatic documentation from sources, for MkDocs." optional = false python-versions = ">=3.9" files = [ - {file = "mkdocstrings-0.26.2-py3-none-any.whl", hash = "sha256:1248f3228464f3b8d1a15bd91249ce1701fe3104ac517a5f167a0e01ca850ba5"}, - {file = "mkdocstrings-0.26.2.tar.gz", hash = "sha256:34a8b50f1e6cfd29546c6c09fbe02154adfb0b361bb758834bf56aa284ba876e"}, + {file = "mkdocstrings-0.27.0-py3-none-any.whl", hash = "sha256:6ceaa7ea830770959b55a16203ac63da24badd71325b96af950e59fd37366332"}, + {file = "mkdocstrings-0.27.0.tar.gz", hash = "sha256:16adca6d6b0a1f9e0c07ff0b02ced8e16f228a9d65a37c063ec4c14d7b76a657"}, ] [package.dependencies] @@ -1460,4 +1460,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "38ac8910f47bbc8544521fc84f14b15d12d641703833dcd2d5b94d73ec9338e6" +content-hash = "29e8d8dc14e06861ca28ff46f9a14ed7ea7572841d477747787f86ed129837fa" diff --git a/pyproject.toml b/pyproject.toml index d038d42..ced30e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ mkdocs-gen-files = "^0.5.0" mkdocs-literate-nav = "^0.6.1" mkdocs-section-index = "^0.3.9" mkdocs-autorefs = "^1.0.1" -mkdocstrings = {extras = ["python"], version = "^0.26.2"} +mkdocstrings = {extras = ["python"], version = "^0.27.0"} [tool.isort] profile = "black"