From 9868804d8e7d7361e5a3e661ac407afb43452b38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 11:01:17 +0000 Subject: [PATCH] :arrow_up: Bump mkdocstrings-python from 0.10.1 to 1.7.3 Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 0.10.1 to 1.7.3. - [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.3) --- 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..1e18b880 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.3" 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.3-py3-none-any.whl", hash = "sha256:2439d6ad3e34f0bb4c643b845fb3c06ae9233499a1736f9fa273424b75cc5894"}, + {file = "mkdocstrings_python-1.7.3.tar.gz", hash = "sha256:c20128fa96c24dbc6437b10dfedaf33b0415d4503e51ce9ce5e84b271278268e"}, ] [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"