From 46bf13c95d97419b1cbc82762cf8c0009a9f6220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 04:18:26 +0000 Subject: [PATCH] Bump mkdocstrings-python from 0.7.1 to 0.8.0 (#99) Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 0.7.1 to 0.8.0. - [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.0) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 19 +++++++++++-------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index b7eb7244..9b271ca0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -414,12 +414,15 @@ docs = ["Sphinx"] [[package]] name = "griffe" -version = "0.22.2" +version = "0.24.0" 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 = "main" optional = true python-versions = ">=3.7" +[package.dependencies] +colorama = ">=0.4" + [package.extras] async = ["aiofiles (>=0.7,<1.0)"] @@ -845,14 +848,14 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"] [[package]] name = "mkdocstrings-python" -version = "0.7.1" +version = "0.8.0" description = "A Python handler for mkdocstrings." category = "main" optional = true python-versions = ">=3.7" [package.dependencies] -griffe = ">=0.11.1" +griffe = ">=0.24" mkdocstrings = ">=0.19" [[package]] @@ -1648,7 +1651,7 @@ docs = ["mkdocs", "mkdocs-material", "mkdocs-jupyter", "mkdocstrings", "mkdocstr [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "d7514e73e7c131aa46a862de99e1de7c8b02a16e1e2e2e263bc9a78c931bb766" +content-hash = "2991d10b2bbf266e58ab03d3a7ecb1d9d8344ea6847ac9b59a14728ebe3b49d0" [metadata.files] appnope = [ @@ -2026,8 +2029,8 @@ greenlet = [ {file = "greenlet-1.1.3.post0.tar.gz", hash = "sha256:f5e09dc5c6e1796969fd4b775ea1417d70e49a5df29aaa8e5d10675d9e11872c"}, ] griffe = [ - {file = "griffe-0.22.2-py3-none-any.whl", hash = "sha256:cea5415ac6a92f4a22638e3f1f2e661402bac09fb8e8266936d67185a7e0d0fb"}, - {file = "griffe-0.22.2.tar.gz", hash = "sha256:1408e336a4155392bbd81eed9f2f44bf144e71b9c664e905630affe83bbc088e"}, + {file = "griffe-0.24.0-py3-none-any.whl", hash = "sha256:6c6b64716155f27ef63377e2b04749079c359f06d9a6e638bb2f885cbe463360"}, + {file = "griffe-0.24.0.tar.gz", hash = "sha256:afa92aeb8c5a4f2501693ffd607f820d7ade3ac2a36e34c43d39ee3486cec392"}, ] idna = [ {file = "idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"}, @@ -2251,8 +2254,8 @@ mkdocstrings = [ {file = "mkdocstrings-0.19.0.tar.gz", hash = "sha256:efa34a67bad11229d532d89f6836a8a215937548623b64f3698a1df62e01cc3e"}, ] mkdocstrings-python = [ - {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.0.tar.gz", hash = "sha256:67f674a8b252fca0b9411c10fb923dd6aacc49ac55c59f738b78b06592ace43d"}, + {file = "mkdocstrings_python-0.8.0-py3-none-any.whl", hash = "sha256:cbee42e53aeaae340d79d72e9bcf42f2b6abe4d11696597c76e3e86a4d9f05a0"}, ] munch = [ {file = "munch-2.5.0-py2.py3-none-any.whl", hash = "sha256:6f44af89a2ce4ed04ff8de41f70b226b984db10a91dcc7b9ac2efc1c77022fdd"}, diff --git a/pyproject.toml b/pyproject.toml index 7b68092b..e0b55cfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ mkdocs = {version = "^1.3.1", optional = true} mkdocs-material = {version = "^8.3.9", optional = true} mkdocs-jupyter = {version = ">=0.21,<0.23", optional = true} mkdocstrings = {version = "^0.19.0", optional = true} -mkdocstrings-python = {version = "^0.7.1", optional = true} +mkdocstrings-python = {version = ">=0.7.1,<0.9.0", optional = true} duckdb = "^0.5.1" duckdb-engine = "^0.6.4"