From d4c5a939ac5f8034b2db7eb204b5249ab3491131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:42:03 +0000 Subject: [PATCH] build(deps-dev): bump mkdocstrings-python from 1.7.5 to 1.8.0 Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 1.7.5 to 1.8.0. - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/python/compare/1.7.5...1.8.0) --- updated-dependencies: - dependency-name: mkdocstrings-python 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 e80a51d8f..296d8929b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2035,13 +2035,13 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"] [[package]] name = "mkdocstrings-python" -version = "1.7.5" +version = "1.8.0" description = "A Python handler for mkdocstrings." optional = false python-versions = ">=3.8" files = [ - {file = "mkdocstrings_python-1.7.5-py3-none-any.whl", hash = "sha256:5f6246026353f0c0785135db70c3fe9a5d9318990fc7ceb11d62097b8ffdd704"}, - {file = "mkdocstrings_python-1.7.5.tar.gz", hash = "sha256:c7d143728257dbf1aa550446555a554b760dcd40a763f077189d298502b800be"}, + {file = "mkdocstrings_python-1.8.0-py3-none-any.whl", hash = "sha256:4209970cc90bec194568682a535848a8d8489516c6ed4adbe58bbc67b699ca9d"}, + {file = "mkdocstrings_python-1.8.0.tar.gz", hash = "sha256:1488bddf50ee42c07d9a488dddc197f8e8999c2899687043ec5dd1643d057192"}, ] [package.dependencies] @@ -4183,4 +4183,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11,<3.13" -content-hash = "8e85f035dbc1bb28fc726efd3a2b81fefe9747b42aa7e9e4ebc553526884e672" +content-hash = "800a2f36d67277fd619e647b840b7d4a1bcc209d6f74e0db3b80f5db92f4c29e" diff --git a/pyproject.toml b/pyproject.toml index b28c32288..63762b596 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ syrupy = "^4.6.0" jupyter = "^1.0.0" mkdocs = "^1.4.2" mkdocstrings = ">=0.20,<0.25" -mkdocstrings-python = ">=0.8.3,<1.8.0" +mkdocstrings-python = ">=0.8.3,<1.9.0" mkdocs-autorefs = ">=0.4.1,<0.6.0" mkdocs-exclude = "^1.0.2" mkdocs-gen-files = ">=0.4,<0.6"