Skip to content

Commit

Permalink
setup: fix colorama upper pin
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Jun 19, 2024
1 parent 7bdd9e4 commit c06109f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
Expand Down

0 comments on commit c06109f

Please sign in to comment.