Skip to content

Commit 2999f60

Browse files
authored
fix(general): allow colorama version >=0.4.3,<0.5.0 in setup (#5944)
* allow colorama version >=0.4.3,<0.5.0 * Fixed types-colorama to be inside dev packages
1 parent 2603b31 commit 2999f60

File tree

3 files changed

+541
-606
lines changed

3 files changed

+541
-606
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ importlib-resources = ">=1.3"
2121
responses = "*"
2222
aioresponses = "*"
2323
types-cachetools = ">=5.2.0,<6.0.0"
24-
types-colorama = ">=0.4.6,<0.5.0"
2524
types-jmespath = ">=1.0.0,<2.0.0"
2625
types-jsonschema = ">=4.17.0,<5.0.0"
2726
types-pyyaml = ">=6.0.0,<7.0.0"
@@ -37,6 +36,7 @@ flake8-bugbear = "*"
3736
parameterized = "*"
3837
time-machine = "*"
3938
boto3-stubs-lite = {extras = ["s3"], version = "*"}
39+
types-colorama = "<0.5.0,>=0.4.3"
4040

4141
[packages]
4242
#
@@ -47,7 +47,7 @@ bc-detect-secrets = "==1.4.30"
4747
bc-jsonpath-ng = "==1.6.1"
4848
pycep-parser = "==0.4.1"
4949
tabulate = ">=0.9.0,<0.10.0"
50-
colorama=">=0.4.6,<0.5.0"
50+
colorama = ">=0.4.3,<0.5.0"
5151
termcolor=">=2.2.0,<2.4.0"
5252
junit-xml = ">=1.9,<2.0"
5353
dpath = "==2.1.3"

0 commit comments

Comments
 (0)