diff --git a/poetry.lock b/poetry.lock index ad63798..2da6b4e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1603,19 +1603,19 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"] [[package]] name = "mkdocstrings-python" -version = "0.8.3" +version = "1.0.0" description = "A Python handler for mkdocstrings." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "mkdocstrings-python-0.8.3.tar.gz", hash = "sha256:9ae473f6dc599339b09eee17e4d2b05d6ac0ec29860f3fc9b7512d940fc61adf"}, - {file = "mkdocstrings_python-0.8.3-py3-none-any.whl", hash = "sha256:4e6e1cd6f37a785de0946ced6eb846eb2f5d891ac1cc2c7b832943d3529087a7"}, + {file = "mkdocstrings_python-1.0.0-py3-none-any.whl", hash = "sha256:c59d67009a7a85172f4da990d8523e95606b6a1ff93a22a2351ad3b5f8cafed1"}, + {file = "mkdocstrings_python-1.0.0.tar.gz", hash = "sha256:b89d849df990204f909d5452548b6936a185f912da06208a93909bebe25d6e67"}, ] [package.dependencies] griffe = ">=0.24" -mkdocstrings = ">=0.19" +mkdocstrings = ">=0.20" [[package]] name = "mypy" @@ -3320,4 +3320,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<=3.11" -content-hash = "6328de675502cb58c21dd26e499577a7b69afdd49280a5ce80f886fd43f5842d" +content-hash = "3d125053ee346ba2c383b10da75dd7e73c730490030b49c2fd7c77016bb7f362" diff --git a/pyproject.toml b/pyproject.toml index 8941844..9d6629c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ safety = "^2.3.5" mkdocs = "^1.4.2" mkdocs-material = "^9.1.3" mkdocstrings = "^0.20.0" -mkdocstrings-python = "^0.8.0" +mkdocstrings-python = "^1.0.0" mkdocs-gen-files = "^0.4.0" mkdocs-literate-nav = "^0.6.0" mkdocs-section-index = "^0.3.4"