From 61c1f28472a0f9f6d0ec81fef127105218e4241c Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Wed, 19 Jun 2024 15:56:58 +0100 Subject: [PATCH] setup: fix colorama upper pin (#6158) [skip ci] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0ebc12bb795..be1e9383431 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.*