From 0c18664958321d6d54446fcea22a8333fb357df4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:55:01 +0000 Subject: [PATCH] Bump griffe from 1.1.1 to 1.15.0 Bumps [griffe](https://github.com/mkdocstrings/griffe) from 1.1.1 to 1.15.0. - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/griffe/compare/1.1.1...1.15.0) --- updated-dependencies: - dependency-name: griffe dependency-version: 1.15.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 15 +++++++++------ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0014bdb2..e4ae5a5d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 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 = "astroid" @@ -585,19 +585,22 @@ dev = ["flake8", "markdown", "twine", "wheel"] [[package]] name = "griffe" -version = "1.1.1" +version = "1.15.0" description = "Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API." optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["docs"] files = [ - {file = "griffe-1.1.1-py3-none-any.whl", hash = "sha256:0c469411e8d671a545725f5c0851a746da8bd99d354a79fdc4abd45219252efb"}, - {file = "griffe-1.1.1.tar.gz", hash = "sha256:faeb78764c0b2bd010719d6e015d07709b0f260258b5d4dd6c88343d9702aa30"}, + {file = "griffe-1.15.0-py3-none-any.whl", hash = "sha256:6f6762661949411031f5fcda9593f586e6ce8340f0ba88921a0f2ef7a81eb9a3"}, + {file = "griffe-1.15.0.tar.gz", hash = "sha256:7726e3afd6f298fbc3696e67958803e7ac843c1cfe59734b6251a40cdbfb5eea"}, ] [package.dependencies] colorama = ">=0.4" +[package.extras] +pypi = ["pip (>=24.0)", "platformdirs (>=4.2)", "wheel (>=0.42)"] + [[package]] name = "hjson" version = "3.1.0" @@ -2390,4 +2393,4 @@ optionals = ["jsonschema", "legacycrypt", "napalm"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.14" -content-hash = "c4cf31cc632f033968394d1d6ec010ef947a9caca89860db6fdee82b0baec0ae" +content-hash = "033ba10f4501d1cc8be12de8c0b8a7edb16c8c2eabe301b1f0e72a99f8776456" diff --git a/pyproject.toml b/pyproject.toml index 48389a24..c611a504 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ mkdocs-section-index = "0.3.10" mkdocstrings = "0.27.0" # Python-specific extension to mkdocstrings mkdocstrings-python = "1.13.0" -griffe = "1.1.1" +griffe = "1.15.0" mkdocs-python-classy = "0.1.3" [tool.ruff]