From c06109f5ad04d3b10de8cfeac6b875ae957b2d2f Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Wed, 19 Jun 2024 09:38:33 +0100 Subject: [PATCH] setup: fix colorama upper pin --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0ebc12bb79..be1e938343 100644 --- a/setup.cfg +++ b/setup.cfg @@ -64,7 +64,7 @@ python_requires = >=3.7 install_requires = ansimarkup>=1.0.0 async-timeout>=3.0.0 - colorama>=0.4,<=1 + colorama>=0.4,<1 graphene>=2.1,<3 # Note: can't pin jinja2 any higher than this until we give up on Cylc 7 back-compat jinja2==3.0.*