From 85af6c18245738d9ce75814553d721cdff156b2a Mon Sep 17 00:00:00 2001 From: boxydog Date: Sun, 5 Oct 2025 19:04:35 -0500 Subject: [PATCH] unpin blinker, docutils --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1ae4a58f..5d69a200 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,8 @@ classifiers = [ ] requires-python = ">=3.9,<4.0" dependencies = [ - "blinker==1.7.0", - "docutils==0.20.1", + "blinker>=1.7.0", + "docutils>=0.20.1", "feedgenerator==2.1.0", "jinja2==3.1.2", "ordered-set==4.1.0",