diff --git a/poetry.lock b/poetry.lock index f36b83a..90b8626 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.2 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" @@ -973,14 +973,14 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-llmstxt" -version = "0.3.2" +version = "0.5.0" description = "MkDocs plugin to generate an /llms.txt file." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["docs"] files = [ - {file = "mkdocs_llmstxt-0.3.2-py3-none-any.whl", hash = "sha256:fb363205d6f1452411dc5069f62012cb6b29e1788f6db9cc17793bdca7eabea8"}, - {file = "mkdocs_llmstxt-0.3.2.tar.gz", hash = "sha256:dd63acb8257fca3244058fd820acd4700c1626dbe48ad3a1a2cc9c599f8e4b7f"}, + {file = "mkdocs_llmstxt-0.5.0-py3-none-any.whl", hash = "sha256:753c699913d2d619a9072604b26b6dc9f5fb6d257d9b107857f80c8a0b787533"}, + {file = "mkdocs_llmstxt-0.5.0.tar.gz", hash = "sha256:b2fa9e6d68df41d7467e948a4745725b6c99434a36b36204857dbd7bb3dfe041"}, ] [package.dependencies] @@ -1066,18 +1066,18 @@ mkdocs = ">=1.2" [[package]] name = "mkdocstrings" -version = "0.30.1" +version = "1.0.3" description = "Automatic documentation from sources, for MkDocs." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["docs"] 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.3-py3-none-any.whl", hash = "sha256:0d66d18430c2201dc7fe85134277382baaa15e6b30979f3f3bdbabd6dbdb6046"}, + {file = "mkdocstrings-1.0.3.tar.gz", hash = "sha256:ab670f55040722b49bb45865b2e93b824450fb4aef638b00d7acb493a9020434"}, ] [package.dependencies] -Jinja2 = ">=2.11.1" +Jinja2 = ">=3.1" Markdown = ">=3.6" MarkupSafe = ">=1.1" mkdocs = ">=1.6" @@ -1918,4 +1918,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "~=3.12" -content-hash = "e51468109a64587d63cf17048f112f8fbe4c7777dbcd789a4181e83bea8913dc" +content-hash = "87e05800517776e24654b50b4e72f9a8db8fc739671184eefea64a56a1ec9e04" diff --git a/pyproject.toml b/pyproject.toml index 05b44c8..3d45fbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,11 +56,11 @@ dev = [ docs = [ "markdown-callouts~=0.4.0", "markdown-exec~=1.11", - "mkdocs-llmstxt~=0.3.2", + "mkdocs-llmstxt>=0.3.2,<0.6.0", "mkdocs-material~=9.6", "mkdocs-minify-plugin~=0.8.0", "mkdocs-section-index~=0.3.10", - "mkdocstrings[python]~=0.30.1", + "mkdocstrings[python]>=0.30.1,<1.1.0", "mkdocs~=1.6", ]