From f99cb07c2fbde53e2a1b9098c8eb9884e764f673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 01:32:08 +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.36.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 a530ad6..4d96325 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.37.0" mkdocs-material = "^9.1.16" mkdocstrings = "^0.22.0" mkdocs-jupyter = "^0.24.1"