diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index 9425d6ea2..02d303246 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -317,7 +317,7 @@ mkdocs = ">=1.1" [[package]] name = "mkdocs-material" -version = "8.4.2" +version = "8.4.3" description = "Documentation that simply works" category = "dev" optional = false @@ -740,7 +740,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "a352fda1d1fcc1b1734a2737865aad30086cb62a062f7d54d67a5dd84b1794d4" +content-hash = "c5b47c7cacce7b6b40130885aea1eaf073cd4fcc1295b03015ae3a44e0b1464a" [metadata.files] aiohttp = [ @@ -1117,8 +1117,8 @@ mkdocs-autorefs = [ {file = "mkdocs_autorefs-0.4.1-py3-none-any.whl", hash = "sha256:a2248a9501b29dc0cc8ba4c09f4f47ff121945f6ce33d760f145d6f89d313f5b"}, ] mkdocs-material = [ - {file = "mkdocs-material-8.4.2.tar.gz", hash = "sha256:704c64c3fff126a3923c2961d95f26b19be621342a6a4e49ed039f0bb7a5c540"}, - {file = "mkdocs_material-8.4.2-py2.py3-none-any.whl", hash = "sha256:166287bb0e4197804906bf0389a852d5ced43182c30127ac8b48a4e497ecd7e5"}, + {file = "mkdocs-material-8.4.3.tar.gz", hash = "sha256:f39af3234ce0b60024b7712995af0de5b5227ab6504f0b9c8709c9a770bd94bf"}, + {file = "mkdocs_material-8.4.3-py2.py3-none-any.whl", hash = "sha256:d5cc6f5023061a663514f61810052ad266f5199feafcf15ad23ea4891b21e6bc"}, ] mkdocs-material-extensions = [ {file = "mkdocs-material-extensions-1.0.3.tar.gz", hash = "sha256:bfd24dfdef7b41c312ede42648f9eb83476ea168ec163b613f9abd12bbfddba2"}, diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index fbd3cf82b..0c7388825 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -51,7 +51,7 @@ pytest-mock = "^3.8.2" pytest-aiohttp = "^1.0.4" black = "^22.8.0" mkdocs = "^1.3.1" -mkdocs-material = "^8.4.2" +mkdocs-material = "^8.4.3" mkdocstrings = "^0.19.0" mkdocstrings-python = "^0.7.1"