diff --git a/poetry.lock b/poetry.lock index 46fd2b5..f357a02 100644 --- a/poetry.lock +++ b/poetry.lock @@ -580,13 +580,13 @@ files = [ [[package]] name = "mkdocstrings" -version = "0.24.3" +version = "0.25.1" description = "Automatic documentation from sources, for MkDocs." optional = false python-versions = ">=3.8" files = [ - {file = "mkdocstrings-0.24.3-py3-none-any.whl", hash = "sha256:5c9cf2a32958cd161d5428699b79c8b0988856b0d4a8c5baf8395fc1bf4087c3"}, - {file = "mkdocstrings-0.24.3.tar.gz", hash = "sha256:f327b234eb8d2551a306735436e157d0a22d45f79963c60a8b585d5f7a94c1d2"}, + {file = "mkdocstrings-0.25.1-py3-none-any.whl", hash = "sha256:da01fcc2670ad61888e8fe5b60afe9fee5781017d67431996832d63e887c2e51"}, + {file = "mkdocstrings-0.25.1.tar.gz", hash = "sha256:c3a2515f31577f311a9ee58d089e4c51fc6046dbd9e9b4c3de4c3194667fe9bf"}, ] [package.dependencies] @@ -1194,4 +1194,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "195973280b27f9e85a880ca954252a28e7120d453f0ddae83d92f1fabc3c68e3" +content-hash = "e6871aa5305a1c63ff4735e5792e4d319ef082aff982dad8184558d2672b8cfe" diff --git a/pyproject.toml b/pyproject.toml index 3550c26..fca7d36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ pyright = "^1.1.330.post0" pytest-asyncio = "^0.23.4" pytest-cov = ">=4.1,<6.0" mkdocs = "^1.5.3" -mkdocstrings = {version = ">=0.23,<0.25", extras = ["python"]} +mkdocstrings = {version = ">=0.23,<0.26", extras = ["python"]} mkdocs-material = "^9.4.4" freezegun = "^1.2.2" taskipy = "^1.12.0"