diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index 621854722..a46f54207 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiohttp" @@ -1010,13 +1010,13 @@ mkdocs = ">=1.1" [[package]] name = "mkdocs-material" -version = "9.5.15" +version = "9.5.16" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.15-py3-none-any.whl", hash = "sha256:e5c96dec3d19491de49ca643fc1dbb92b278e43cdb816c775bc47db77d9b62fb"}, - {file = "mkdocs_material-9.5.15.tar.gz", hash = "sha256:39f03cca45e82bf54eb7456b5a18bd252eabfdd67f237a229471484a0a4d4635"}, + {file = "mkdocs_material-9.5.16-py3-none-any.whl", hash = "sha256:32fce3cd8ecbd5dca6e5887cc0cf5bc78707a36f7d0f6f1bbbe9edaf428b8055"}, + {file = "mkdocs_material-9.5.16.tar.gz", hash = "sha256:8b89b639592660f24657bb058de4aff0060cd0383148f8f51711201730f17503"}, ] [package.dependencies] @@ -2302,4 +2302,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "0c84937364eb420e78dda7c343770f853e9612339e8e1b44854954a7b403a60f" +content-hash = "476877697103c2d43214c8fb164ea8e0aa94a8454a069251f1b54f6ea2721f89" diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index 01a8fdb00..670b87b30 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -39,7 +39,7 @@ pytest-mock = "^3.14.0" pytest-aiohttp = "^1.0.5" black = "^24.3.0" mkdocs = "^1.5.3" -mkdocs-material = "^9.5.15" +mkdocs-material = "^9.5.16" mkdocstrings = "^0.24.1" mkdocstrings-python = "^1.9.0" pook = "^1.4.3"