diff --git a/poetry.lock b/poetry.lock index 03d5f10..34258e3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "aiobotocore" @@ -2051,14 +2051,14 @@ mkdocs = ">=1.1" [[package]] name = "mkdocs-click" -version = "0.8.1" +version = "0.9.0" description = "An MkDocs extension to generate documentation for Click command line applications" optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "mkdocs_click-0.8.1-py3-none-any.whl", hash = "sha256:a100ff938be63911f86465a1c21d29a669a7c51932b700fdb3daa90d13b61ee4"}, - {file = "mkdocs_click-0.8.1.tar.gz", hash = "sha256:0a88cce04870c5d70ff63138e2418219c3c4119cc928a59c66b76eb5214edba6"}, + {file = "mkdocs_click-0.9.0-py3-none-any.whl", hash = "sha256:5208e828f4f68f63c847c1ef7be48edee9964090390afc8f5b3d4cbe5ea9bbed"}, + {file = "mkdocs_click-0.9.0.tar.gz", hash = "sha256:6050917628d4740517541422b607404d044117bc31b770c4f9e9e1939a50c908"}, ] [package.dependencies] @@ -4744,4 +4744,4 @@ api = ["fastapi", "pyjwt", "uvicorn"] [metadata] lock-version = "2.1" python-versions = ">=3.11,<4" -content-hash = "c2ff6a87e9a07cfe946af03c487d873003edff42f6b782cc4bd01a9893500209" +content-hash = "8ed3f0da6bad125a6853abceda9d3aa94b5b3e2a0ee603a2723898482c80241b" diff --git a/pyproject.toml b/pyproject.toml index 60dc7f0..089056e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ pytest-asyncio = ">=0.23.8,<0.25.0" rangehttpserver = "^1.4.0" httpx = ">=0.27.2,<0.29.0" mkdocs-material = "^9.5.49" -mkdocs-click = "^0.8.1" +mkdocs-click = "^0.9.0" mkdocs-autorefs = "^1.2.0" mkdocstrings-python = "^1.12.2" mkdocs-typer2 = "^0.1.5"