From 1a9e0da72eaf3525cabc88d6154f462f622d5a65 Mon Sep 17 00:00:00 2001 From: GeoJulien Date: Thu, 9 Apr 2026 19:12:56 +0200 Subject: [PATCH] update(packaging): declare plugin compatible with ProperDocs See: https://github.com/orgs/ProperDocs/discussions/33 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88a6936..823419a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,8 @@ classifiers = [ dependencies = [ "CacheControl[filecache]>=0.14.3,<1", "GitPython>=3.1.45,<3.2", - "mkdocs>=1.6.1,<2", + "mkdocs==1.6.1", + "properdocs >=1.6.5,<2", "requests>=2.32.5,<3", "tzdata>=2024,<2026 ; sys_platform == 'win32'", ]