From 342c5e8b03a857a5d201c744271d6a4849fcf4b6 Mon Sep 17 00:00:00 2001 From: boxydog Date: Sun, 5 Oct 2025 19:10:15 -0500 Subject: [PATCH] unpin blinker --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6371f634..e792017b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ ] requires-python = ">=3.9,<4.0" dependencies = [ - "blinker==1.7.0", + "blinker>=1.7.0", "docutils==0.20.1", "feedgenerator>=2.1.0", "jinja2>=3.1.2",