From 5c2f6e51a11d841a3cba7d5e30754dbf2d4bc6c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 08:39:06 +0000 Subject: [PATCH] Bump the python-packages group with 2 updates Updates the requirements on [mkdocs-llmstxt](https://github.com/pawamoy/mkdocs-llmstxt) and [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. Updates `mkdocs-llmstxt` to 0.5.0 - [Release notes](https://github.com/pawamoy/mkdocs-llmstxt/releases) - [Changelog](https://github.com/pawamoy/mkdocs-llmstxt/blob/main/CHANGELOG.md) - [Commits](https://github.com/pawamoy/mkdocs-llmstxt/compare/0.3.2...0.5.0) Updates `mkdocstrings` to 1.0.3 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.30.1...1.0.3) --- updated-dependencies: - dependency-name: mkdocs-llmstxt dependency-version: 0.5.0 dependency-type: direct:development dependency-group: python-packages - dependency-name: mkdocstrings dependency-version: 1.0.3 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- poetry.lock | 22 +++++++++++----------- pyproject.toml | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) 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", ]