diff --git a/poetry.lock b/poetry.lock index 06f6b8f..a243cff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -866,18 +866,18 @@ files = [ [[package]] name = "mkdocstrings" -version = "0.30.1" +version = "1.0.4" description = "Automatic documentation from sources, for MkDocs." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "mkdocstrings-0.30.1-py3-none-any.whl", hash = "sha256:41bd71f284ca4d44a668816193e4025c950b002252081e387433656ae9a70a82"}, - {file = "mkdocstrings-0.30.1.tar.gz", hash = "sha256:84a007aae9b707fb0aebfc9da23db4b26fc9ab562eb56e335e9ec480cb19744f"}, + {file = "mkdocstrings-1.0.4-py3-none-any.whl", hash = "sha256:63464b4b29053514f32a1dbbf604e52876d5e638111b0c295ab7ed3cac73ca9b"}, + {file = "mkdocstrings-1.0.4.tar.gz", hash = "sha256:3969a6515b77db65fd097b53c1b7aa4ae840bd71a2ee62a6a3e89503446d7172"}, ] [package.dependencies] -Jinja2 = ">=2.11.1" +Jinja2 = ">=3.1" Markdown = ">=3.6" MarkupSafe = ">=1.1" mkdocs = ">=1.6" @@ -1723,4 +1723,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "de5a62f2de32f13917ccbc50748fd8330afab8e80ed77e4cccc39bb3a622d577" +content-hash = "42a1ec54c4ebdebfb2628e21f5c5aabe0ed402a3e516b9707d8a9e6c47599fbd" diff --git a/pyproject.toml b/pyproject.toml index f34f9fd..af15841 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pymdown-extensions = "^10.16.1" [tool.poetry.group.dev.dependencies] pytest = "^8.3.3" mkdocs = "^1.6.1" -mkdocstrings = {version = "^0.30.0", extras = ["python"]} +mkdocstrings = {version = ">=0.30,<1.1", extras = ["python"]} mkdocs-material = "^9.6.16" ruff = "^0.12.10" mypy = "^1.17.1"