diff --git a/poetry.lock b/poetry.lock index 0b43848..19fae97 100644 --- a/poetry.lock +++ b/poetry.lock @@ -840,13 +840,13 @@ files = [ [[package]] name = "mkdocstrings" -version = "0.22.0" +version = "0.23.0" description = "Automatic documentation from sources, for MkDocs." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "mkdocstrings-0.22.0-py3-none-any.whl", hash = "sha256:2d4095d461554ff6a778fdabdca3c00c468c2f1459d469f7a7f622a2b23212ba"}, - {file = "mkdocstrings-0.22.0.tar.gz", hash = "sha256:82a33b94150ebb3d4b5c73bab4598c3e21468c79ec072eff6931c8f3bfc38256"}, + {file = "mkdocstrings-0.23.0-py3-none-any.whl", hash = "sha256:051fa4014dfcd9ed90254ae91de2dbb4f24e166347dae7be9a997fe16316c65e"}, + {file = "mkdocstrings-0.23.0.tar.gz", hash = "sha256:d9c6a37ffbe7c14a7a54ef1258c70b8d394e6a33a1c80832bce40b9567138d1c"}, ] [package.dependencies] @@ -1798,4 +1798,4 @@ server = ["fastapi", "pydantic-settings", "sse-starlette", "uvicorn"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "0bbae00336353c45f58345b25e1ff663390c35a685c1e70306627b9166926f14" +content-hash = "46f61f5544850ef5226db1475d3fa8627a14e23209b1465181dda0e6704409e9" diff --git a/pyproject.toml b/pyproject.toml index 8410756..fcc41d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ pydantic-settings = { version = ">=2.0.1", optional = true } black = "^23.7.0" twine = "^4.0.2" mkdocs = "^1.5.2" -mkdocstrings = {extras = ["python"], version = "^0.22.0"} +mkdocstrings = {extras = ["python"], version = "^0.23.0"} mkdocs-material = "^9.2.8" pytest = "^7.4.2" httpx = "^0.24.1"