From 4f1f378a6ce065116da9bb96097382a9c8b8650c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 15:38:39 +0000 Subject: [PATCH] build(deps-dev): bump mkdocstrings-python from 1.10.9 to 1.12.2 Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 1.10.9 to 1.12.2. - [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.10.9...1.12.2) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index aff94a0..539b2cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1983,19 +1983,19 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"] [[package]] name = "mkdocstrings-python" -version = "1.10.9" +version = "1.12.2" description = "A Python handler for mkdocstrings." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "mkdocstrings_python-1.10.9-py3-none-any.whl", hash = "sha256:cbe98710a6757dfd4dff79bf36cb9731908fb4c69dd2736b15270ae7a488243d"}, - {file = "mkdocstrings_python-1.10.9.tar.gz", hash = "sha256:f344aaa47e727d8a2dc911e063025e58e2b7fb31a41110ccc3902aa6be7ca196"}, + {file = "mkdocstrings_python-1.12.2-py3-none-any.whl", hash = "sha256:7f7d40d6db3cb1f5d19dbcd80e3efe4d0ba32b073272c0c0de9de2e604eda62a"}, + {file = "mkdocstrings_python-1.12.2.tar.gz", hash = "sha256:7a1760941c0b52a2cd87b960a9e21112ffe52e7df9d0b9583d04d47ed2e186f3"}, ] [package.dependencies] griffe = ">=0.49" -mkdocs-autorefs = ">=1.0" -mkdocstrings = ">=0.25" +mkdocs-autorefs = ">=1.2" +mkdocstrings = ">=0.26" [[package]] name = "mpmath" @@ -4513,4 +4513,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11,<3.13" -content-hash = "92786b6a10e3af2cf2c22c831ab2c68ddfc5183b71df3f599faa7495304cc2b7" +content-hash = "f27634eb826488735c2eccb6f0b897e0dba6420d910fde765e1b71d70951a0e8" diff --git a/pyproject.toml b/pyproject.toml index a22a974..01451ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pytest-cov = "^5.0.0" jupyter = "^1.0.0" mkdocs = "^1.4.2" mkdocstrings = ">=0.20,<0.27" -mkdocstrings-python = ">=0.8.3,<1.11.0" +mkdocstrings-python = ">=0.8.3,<1.13.0" mkdocs-autorefs = ">=0.4.1,<1.3.0" mkdocs-gen-files = ">=0.4,<0.6" mkdocs-glightbox = ">=0.3.1,<0.5.0"