From 3c49a04a1e0513559905e9f6172a96294373a2c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 02:05:18 +0000 Subject: [PATCH] Bump mkdocstrings-python from 0.7.1 to 0.8.3 Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 0.7.1 to 0.8.3. - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/master/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/python/compare/0.7.1...0.8.3) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 19 +++++++++++-------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index ae9cdc5..a1f75de 100644 --- a/poetry.lock +++ b/poetry.lock @@ -506,16 +506,19 @@ dev = ["flake8", "markdown", "twine", "wheel"] [[package]] name = "griffe" -version = "0.22.0" +version = "0.25.5" description = "Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "griffe-0.22.0-py3-none-any.whl", hash = "sha256:65c94cba634d6ad397c495b04ed5fd3f06d9b16c4f9f78bd63be9ea34d6b7113"}, - {file = "griffe-0.22.0.tar.gz", hash = "sha256:a3c25a2b7bf729ecee7cd455b4eff548f01c620b8f58a8097a800caad221f12e"}, + {file = "griffe-0.25.5-py3-none-any.whl", hash = "sha256:1fb9edff48e66d4873014a2ebf21aca5f271d0006a4c937826e3cf592ffb3706"}, + {file = "griffe-0.25.5.tar.gz", hash = "sha256:11ea3403ef0560a1cbcf7f302eb5d21cf4c1d8ed3f8a16a75aa9f6f458caf3f1"}, ] +[package.dependencies] +colorama = ">=0.4" + [package.extras] async = ["aiofiles (>=0.7,<1.0)"] @@ -1154,18 +1157,18 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"] [[package]] name = "mkdocstrings-python" -version = "0.7.1" +version = "0.8.3" description = "A Python handler for mkdocstrings." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "mkdocstrings-python-0.7.1.tar.gz", hash = "sha256:c334b382dca202dfa37071c182418a6df5818356a95d54362a2b24822ca3af71"}, - {file = "mkdocstrings_python-0.7.1-py3-none-any.whl", hash = "sha256:a22060bfa374697678e9af4e62b020d990dad2711c98f7a9fac5c0345bef93c7"}, + {file = "mkdocstrings-python-0.8.3.tar.gz", hash = "sha256:9ae473f6dc599339b09eee17e4d2b05d6ac0ec29860f3fc9b7512d940fc61adf"}, + {file = "mkdocstrings_python-0.8.3-py3-none-any.whl", hash = "sha256:4e6e1cd6f37a785de0946ced6eb846eb2f5d891ac1cc2c7b832943d3529087a7"}, ] [package.dependencies] -griffe = ">=0.11.1" +griffe = ">=0.24" mkdocstrings = ">=0.19" [[package]] @@ -2252,4 +2255,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "44993e6665ae87f28a270f4bb571a53b7401ad05247101129c55f8483ce35eaa" +content-hash = "0b6a061f045b94b3a117a22e78e07893eac8db6a64767020bec7b817311591ae" diff --git a/pyproject.toml b/pyproject.toml index ef0fce2..981c97a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ mkdocs = "^1.3.1" mkdocs-material = "^8.3.9" mkdocs-jupyter = "^0.21.0" mkdocstrings = "^0.19.0" -mkdocstrings-python = "^0.7.1" +mkdocstrings-python = ">=0.7.1,<0.9.0" [build-system] requires = ["poetry-core>=1.0.0"]