From 6962d700f730bdb31bddd58a5cea1583f6853a7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 02:13:22 +0000 Subject: [PATCH] build(deps-dev): update griffe requirement Updates the requirements on [griffe](https://github.com/mkdocstrings/griffe) to permit the latest version. - [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/0.29.1...0.39.0) --- updated-dependencies: - dependency-name: griffe dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cff1d7e..b6dff1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ pytest = "^7.2.0" pre-commit = "^3.3.3" pycln = "^2.1.5" isort = "^5.12.0" -griffe = "^0.29.1" +griffe = ">=0.29.1,<0.40.0" mkdocs-material = "^9.1.16" mkdocstrings = "^0.22.0" mkdocs-jupyter = "^0.24.1"