diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index 1600a3b71..de780dabc 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -179,17 +179,6 @@ sdist = ["setuptools-rust (>=0.11.4)"] ssh = ["bcrypt (>=3.1.5)"] test = ["hypothesis (>=1.11.4,!=3.79.2)", "iso8601", "pretend", "pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-subtests", "pytest-xdist", "pytz"] -[[package]] -name = "dill" -version = "0.3.5.1" -description = "serialize all of python" -category = "dev" -optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*" - -[package.extras] -graph = ["objgraph (>=1.7.2)"] - [[package]] name = "dill" version = "0.3.6" @@ -446,7 +435,7 @@ python-versions = ">=3.7" [[package]] name = "mkdocstrings" -version = "0.19.0" +version = "0.19.1" description = "Automatic documentation from sources, for MkDocs." category = "dev" optional = false @@ -921,7 +910,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "52e9eec0500ddd1744e6e43ceaa5e26cc759108ae2c1db31a56d1af69d9d4b9b" +content-hash = "671840c946e9f3ecc81923aea79b021a0119bf124ac32b64c3f9f5a1a75a7398" [metadata.files] aiohttp = [ @@ -1210,8 +1199,6 @@ cryptography = [ {file = "cryptography-38.0.1.tar.gz", hash = "sha256:1db3d807a14931fa317f96435695d9ec386be7b84b618cc61cfa5d08b0ae33d7"}, ] dill = [ - {file = "dill-0.3.5.1-py2.py3-none-any.whl", hash = "sha256:33501d03270bbe410c72639b350e941882a8b0fd55357580fbc873fba0c59302"}, - {file = "dill-0.3.5.1.tar.gz", hash = "sha256:d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86"}, {file = "dill-0.3.6-py3-none-any.whl", hash = "sha256:a07ffd2351b8c678dfc4a856a3005f8067aea51d6ba6c700796a4d9e280f39f0"}, {file = "dill-0.3.6.tar.gz", hash = "sha256:e5db55f3687856d8fbdab002ed78544e1c4559a130302693d839dfe8f93f2373"}, ] @@ -1426,8 +1413,8 @@ mkdocs-material-extensions = [ {file = "mkdocs_material_extensions-1.1.tar.gz", hash = "sha256:96ca979dae66d65c2099eefe189b49d5ac62f76afb59c38e069ffc7cf3c131ec"}, ] mkdocstrings = [ - {file = "mkdocstrings-0.19.0-py3-none-any.whl", hash = "sha256:3217d510d385c961f69385a670b2677e68e07b5fea4a504d86bf54c006c87c7d"}, - {file = "mkdocstrings-0.19.0.tar.gz", hash = "sha256:efa34a67bad11229d532d89f6836a8a215937548623b64f3698a1df62e01cc3e"}, + {file = "mkdocstrings-0.19.1-py3-none-any.whl", hash = "sha256:32a38d88f67f65b264184ea71290f9332db750d189dea4200cbbe408d304c261"}, + {file = "mkdocstrings-0.19.1.tar.gz", hash = "sha256:d1037cacb4b522c1e8c164ed5d00d724a82e49dcee0af80db8fb67b384faeef9"}, ] mkdocstrings-python = [ {file = "mkdocstrings-python-0.8.2.tar.gz", hash = "sha256:b22528b7a7a0589d007eced019d97ad14de4eba4b2b9ba6a013bb66edc74ab43"}, diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index 5a0d3d8c2..23e139880 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -50,7 +50,7 @@ pytest-aiohttp = "^1.0.4" black = "^22.12.0" mkdocs = "^1.4.2" mkdocs-material = "^8.5.11" -mkdocstrings = "^0.19.0" +mkdocstrings = "^0.19.1" mkdocstrings-python = "^0.8.2" pook = "^1.0.2"