Skip to content

Commit 61c1f28

Browse files
setup: fix colorama upper pin (#6158) [skip ci]
1 parent 7bdd9e4 commit 61c1f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ python_requires = >=3.7
6464
install_requires =
6565
ansimarkup>=1.0.0
6666
async-timeout>=3.0.0
67-
colorama>=0.4,<=1
67+
colorama>=0.4,<1
6868
graphene>=2.1,<3
6969
# Note: can't pin jinja2 any higher than this until we give up on Cylc 7 back-compat
7070
jinja2==3.0.*

0 commit comments

Comments
 (0)