Skip to content

Commit

Permalink
fix(general): allow colorama version >=0.4.3,<0.5.0 in setup (#5944)
Browse files Browse the repository at this point in the history
* allow colorama version >=0.4.3,<0.5.0

* Fixed types-colorama to be inside dev packages
  • Loading branch information
bo156 authored Jan 15, 2024
1 parent 2603b31 commit 2999f60
Show file tree
Hide file tree
Showing 3 changed files with 541 additions and 606 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ importlib-resources = ">=1.3"
responses = "*"
aioresponses = "*"
types-cachetools = ">=5.2.0,<6.0.0"
types-colorama = ">=0.4.6,<0.5.0"
types-jmespath = ">=1.0.0,<2.0.0"
types-jsonschema = ">=4.17.0,<5.0.0"
types-pyyaml = ">=6.0.0,<7.0.0"
Expand All @@ -37,6 +36,7 @@ flake8-bugbear = "*"
parameterized = "*"
time-machine = "*"
boto3-stubs-lite = {extras = ["s3"], version = "*"}
types-colorama = "<0.5.0,>=0.4.3"

[packages]
#
Expand All @@ -47,7 +47,7 @@ bc-detect-secrets = "==1.4.30"
bc-jsonpath-ng = "==1.6.1"
pycep-parser = "==0.4.1"
tabulate = ">=0.9.0,<0.10.0"
colorama=">=0.4.6,<0.5.0"
colorama = ">=0.4.3,<0.5.0"
termcolor=">=2.2.0,<2.4.0"
junit-xml = ">=1.9,<2.0"
dpath = "==2.1.3"
Expand Down
Loading

0 comments on commit 2999f60

Please sign in to comment.