From 0efdb0c119f1df8cb4a8aec355b8436f3acd4053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 08:09:44 +0000 Subject: [PATCH] Bump griffe from 1.5.7 to 1.14.0 Bumps [griffe](https://github.com/mkdocstrings/griffe) from 1.5.7 to 1.14.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.5.7...1.14.0) --- updated-dependencies: - dependency-name: griffe dependency-version: 1.14.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0addc01..a7311d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "babel" @@ -241,14 +241,14 @@ dev = ["flake8", "markdown", "twine", "wheel"] [[package]] name = "griffe" -version = "1.5.7" +version = "1.14.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.9" groups = ["build", "docs"] files = [ - {file = "griffe-1.5.7-py3-none-any.whl", hash = "sha256:4af8ec834b64de954d447c7b6672426bb145e71605c74a4e22d510cc79fe7d8b"}, - {file = "griffe-1.5.7.tar.gz", hash = "sha256:465238c86deaf1137761f700fb343edd8ffc846d72f6de43c3c345ccdfbebe92"}, + {file = "griffe-1.14.0-py3-none-any.whl", hash = "sha256:0e9d52832cccf0f7188cfe585ba962d2674b241c01916d780925df34873bceb0"}, + {file = "griffe-1.14.0.tar.gz", hash = "sha256:9d2a15c1eca966d68e00517de5d69dd1bc5c9f2335ef6c1775362ba5b8651a13"}, ] [package.dependencies] @@ -1260,4 +1260,4 @@ bracex = ">=2.1.1" [metadata] lock-version = "2.1" python-versions = ">= 3.11, < 4.0" -content-hash = "24234af62ead6c61f289f1f6e31c8ec3146070ca736fcbd31a9f2b4d3e00f5e3" +content-hash = "c2c904af9eab22474ceff7bf365a96b4bfcc490b7bafbca5918f6558c5159a2f" diff --git a/pyproject.toml b/pyproject.toml index d90d8f3..bc7c973 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ packages = [ [tool.poetry.group.build.dependencies] # Build dependencies -- required to build the library transdoc = { extras = ["python"], version = "^1.1.0" } -griffe = "^1.0.0" +griffe = "^1.14.0" [tool.poetry.group.docs.dependencies] # Docs depdnencies -- required to build documentation site