Skip to content

Commit 526ecee

Browse files
authored
Merge pull request #2832 from fishtown-analytics/fix/colorama-upper-044
Set colorama upper bound to <0.4.4
2 parents 1aac869 + 1bc9815 commit 526ecee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def read(fname):
6464
'sqlparse>=0.2.3,<0.4',
6565
'networkx>=2.3,<3',
6666
'minimal-snowplow-tracker==0.0.2',
67-
'colorama>=0.3.9,<0.5',
67+
'colorama>=0.3.9,<0.4.4',
6868
'agate>=1.6,<2',
6969
'isodate>=0.6,<0.7',
7070
'json-rpc>=1.12,<2',

0 commit comments

Comments
 (0)