From a5a7a0d5337a3e18dc017cd94f4e90954149aba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:17:28 +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 b58226fb..49ac5a7b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1783,13 +1783,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] @@ -3853,4 +3853,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10,<3.12" -content-hash = "efd3296db3f6293707d353620e25f0921f067164fbbf4940cca37ac6bd28e061" +content-hash = "d6a95f6d8889cd6bdf982454a5c10b25ba7fcce6ef421ca17f6ce269b08f6549" diff --git a/pyproject.toml b/pyproject.toml index 8d3720dd..949a65c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ pytest-cov = "^4.0.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"