From dc7df9aecd955fa521bb1f7d87fa87b2c933d638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 18:50:27 +0000 Subject: [PATCH] chore(deps-dev): bump mkdocstrings from 0.29.1 to 0.30.1 Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.29.1 to 0.30.1. - [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.29.1...0.30.1) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 0.30.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 190abf2..70c149e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1825,14 +1825,14 @@ files = [ [[package]] name = "mkdocstrings" -version = "0.29.1" +version = "0.30.1" description = "Automatic documentation from sources, for MkDocs." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "mkdocstrings-0.29.1-py3-none-any.whl", hash = "sha256:37a9736134934eea89cbd055a513d40a020d87dfcae9e3052c2a6b8cd4af09b6"}, - {file = "mkdocstrings-0.29.1.tar.gz", hash = "sha256:8722f8f8c5cd75da56671e0a0c1bbed1df9946c0cef74794d6141b34011abd42"}, + {file = "mkdocstrings-0.30.1-py3-none-any.whl", hash = "sha256:41bd71f284ca4d44a668816193e4025c950b002252081e387433656ae9a70a82"}, + {file = "mkdocstrings-0.30.1.tar.gz", hash = "sha256:84a007aae9b707fb0aebfc9da23db4b26fc9ab562eb56e335e9ec480cb19744f"}, ] [package.dependencies] @@ -4252,4 +4252,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.14" -content-hash = "65a8d1bdb9a2b08ea9b0f6bd22ec4e7dec0c6142ecad3d2565a5ba0544a2a293" +content-hash = "fe9d73de5b95ee78f3c9d601c9518935cefc434d21e9f5fdddcce5ccbdf28dd5" diff --git a/pyproject.toml b/pyproject.toml index 7806766..4267ba6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ black = "^24.10.0" mkdocs = "^1.6.1" mkdocs-material = "^9.6.11" mkdocs-include-markdown-plugin = "^7.1.5" -mkdocstrings = {extras = ["python"], version = "^0.29.1"} +mkdocstrings = {extras = ["python"], version = "^0.30.1"} mkdocs-bibtex = "^4.2.5" python-markdown-math = "^0.9" ruff = "^0.8.0"