From 8dded3d3d84b4a01a5722578f6c1d33c5c322c29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 11:06:09 +0000 Subject: [PATCH] Bump griffe from 1.13.0 to 1.14.0 Bumps [griffe](https://github.com/mkdocstrings/griffe) from 1.13.0 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.13.0...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] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 193aa60..bfa2c3f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -17,7 +17,7 @@ filelock==3.19.1 ; python_version >= "3.11" and python_version < "3.14" flake8==7.3.0 ; python_version >= "3.11" and python_version < "3.14" ghp-import==2.1.0 ; python_version >= "3.11" and python_version < "3.14" griffe-pydantic==1.1.6 ; python_version >= "3.11" and python_version < "3.14" -griffe==1.13.0 ; python_version >= "3.11" and python_version < "3.14" +griffe==1.14.0 ; python_version >= "3.11" and python_version < "3.14" identify==2.6.13 ; python_version >= "3.11" and python_version < "3.14" idna==3.10 ; python_version >= "3.11" and python_version < "3.14" iniconfig==2.1.0 ; python_version >= "3.11" and python_version < "3.14"