From ec3946c8421057a1c7fcdbf495621c9e92ef1cbb Mon Sep 17 00:00:00 2001 From: boxydog Date: Sun, 5 Oct 2025 19:01:59 -0500 Subject: [PATCH] pin blinker, docutils, jinja2, ordered --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 52fcb804..1ae4a58f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,11 +29,11 @@ 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", + "jinja2==3.1.2", + "ordered-set==4.1.0", "pygments==2.19.2", "python-dateutil>=2.8.2", "rich>=13.6.0",