From 85d12c0d01b6275f3ffe52d79b1e5a79933be6a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 01:16:28 +0000 Subject: [PATCH] Build: Bump griffe from 1.12.1 to 1.14.0 Bumps [griffe](https://github.com/mkdocstrings/griffe) from 1.12.1 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.12.1...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 | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6a1f288f24..c5af117de5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2138,14 +2138,14 @@ test = ["objgraph", "psutil"] [[package]] name = "griffe" -version = "1.12.1" +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 = ["docs"] files = [ - {file = "griffe-1.12.1-py3-none-any.whl", hash = "sha256:2d7c12334de00089c31905424a00abcfd931b45b8b516967f224133903d302cc"}, - {file = "griffe-1.12.1.tar.gz", hash = "sha256:29f5a6114c0aeda7d9c86a570f736883f8a2c5b38b57323d56b3d1c000565567"}, + {file = "griffe-1.14.0-py3-none-any.whl", hash = "sha256:0e9d52832cccf0f7188cfe585ba962d2674b241c01916d780925df34873bceb0"}, + {file = "griffe-1.14.0.tar.gz", hash = "sha256:9d2a15c1eca966d68e00517de5d69dd1bc5c9f2335ef6c1775362ba5b8651a13"}, ] [package.dependencies] @@ -6617,4 +6617,4 @@ zstandard = ["zstandard"] [metadata] lock-version = "2.1" python-versions = "^3.9.2, !=3.9.7" -content-hash = "8fc70526280cdc36eacd833af47c1f1675ffa5dd36f1510a8f2a6c3d9100817f" +content-hash = "7890d518853ae773a447f14d79829d717278d329173314c99fa9ad153772a29e" diff --git a/pyproject.toml b/pyproject.toml index 8dfb5c5c39..f4701f7a72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ mypy-boto3-dynamodb = ">=1.28.18" [tool.poetry.group.docs.dependencies] # for mkdocs mkdocs = "1.6.1" -griffe = "1.12.1" +griffe = "1.14.0" jinja2 = "3.1.6" mkdocstrings = "0.30.0" mkdocstrings-python = "1.17.0"