From 275ff95d52b69285372bb5733f3a97937caae9d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 01:17:24 +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.38.1) --- 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..528087e 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.39.0" mkdocs-material = "^9.1.16" mkdocstrings = "^0.22.0" mkdocs-jupyter = "^0.24.1"