From 05e0a40cc2bf318edb1da8ee90c108bc1b430bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Fri, 16 Aug 2024 18:32:16 +0200 Subject: [PATCH] build: Depend on Griffe 0.49 --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b8ee12..2c1deaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,9 @@ classifiers = [ "Topic :: Utilities", "Typing :: Typed", ] -dependencies = [] +dependencies = [ + "griffe>=0.49", +] [project.urls] Homepage = "https://mkdocstrings.github.io/griffe-autodocstringstyle"