From 89592d0429892fe5ef7d3d1a9d21b50bb9a07aac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:42:30 +0000 Subject: [PATCH] :arrow_up: Bump mkdocstrings-python from 0.10.1 to 1.7.0 Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 0.10.1 to 1.7.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/0.10.1...1.7.0) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1f7c32f7..2748c9ad 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1534,17 +1534,17 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"] [[package]] name = "mkdocstrings-python" -version = "0.10.1" +version = "1.7.0" description = "A Python handler for mkdocstrings." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "mkdocstrings_python-0.10.1-py3-none-any.whl", hash = "sha256:ef239cee2c688e2b949a0a47e42a141d744dd12b7007311b3309dc70e3bafc5c"}, - {file = "mkdocstrings_python-0.10.1.tar.gz", hash = "sha256:b72301fff739070ec517b5b36bf2f7c49d1360a275896a64efb97fc17d3f3968"}, + {file = "mkdocstrings_python-1.7.0-py3-none-any.whl", hash = "sha256:85c5f009a5a0ebb6076b7818c82a2bb0eebd0b54662628fa8b25ee14a6207951"}, + {file = "mkdocstrings_python-1.7.0.tar.gz", hash = "sha256:5dac2712bd38a3ff0812b8650a68b232601d1474091b380a8b5bc102c8c0d80a"}, ] [package.dependencies] -griffe = ">=0.24" +griffe = ">=0.35" mkdocstrings = ">=0.20" [[package]] @@ -3123,4 +3123,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8.0,<4.0.0" -content-hash = "5b6fa5aab81950b8432fe8440e29a22622e1f370e0ee8144ea6e916e9d1f7071" +content-hash = "a593ac502b57c7c00e7a30537d67d4687810570ce83443604ec9aaf20a500152" diff --git a/pyproject.toml b/pyproject.toml index e21a56dc..503c15ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ docconvert = "^2.0.0" mkdocs = "^1.4.2" mkdocs-material = "^9.0.5" mkdocstrings = ">=0.19.1,<0.24.0" -mkdocstrings-python = ">=0.8.3,<0.11.0" +mkdocstrings-python = ">=0.8.3,<1.8.0" pillow = ">=9.4,<11.0" cairosvg = "^2.6.0" bump-pydantic = "^0.6.1"