From d49f6c056684727ea64895f2c8ec8c31fc640aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:44:31 +0000 Subject: [PATCH] Bump mkdocstrings from 0.30.1 to 1.0.2 Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.30.1 to 1.0.2. - [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.2) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8bb9ae38..9ae98710 100644 --- a/poetry.lock +++ b/poetry.lock @@ -765,18 +765,18 @@ pyyaml = ">=5.1" [[package]] name = "mkdocstrings" -version = "0.30.1" +version = "1.0.2" 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.2-py3-none-any.whl", hash = "sha256:41897815a8026c3634fe5d51472c3a569f92ded0ad8c7a640550873eea3b6817"}, + {file = "mkdocstrings-1.0.2.tar.gz", hash = "sha256:48edd0ccbcb9e30a3121684e165261a9d6af4d63385fc4f39a54a49ac3b32ea8"}, ] [package.dependencies] -Jinja2 = ">=2.11.1" +Jinja2 = ">=3.1" Markdown = ">=3.6" MarkupSafe = ">=1.1" mkdocs = ">=1.6" @@ -1804,4 +1804,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.1" python-versions = "^3.10,<3.15" -content-hash = "52b739a5b3784d072c45019c77137eaa9280232725bb9595b4f077f396d14dec" +content-hash = "7e9aba4e76f2fdd2dea76aadc11c361224bf7151abbdb1a041f631a8dae5138c" diff --git a/pyproject.toml b/pyproject.toml index db724923..316ad76c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ coveragespace = "^6.1" # Documentation mkdocs = "^1.2.3" -mkdocstrings = ">=0.18.1,<0.31.0" +mkdocstrings = ">=0.18.1,<1.1.0" mkdocstrings-python = "*" pygments = "^2.15.0" jinja2 = "~3.1.6"