Skip to content

Commit 0878a26

Browse files
kaxilashb
authored andcommitted
[AIRFLOW-XXX] Pin Click to 6.7 to Fix CI (#3962)
1 parent 8264f6b commit 0878a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def write_version(filename=os.path.join(*['airflow',
221221
+ cassandra + mongo
222222

223223
devel = [
224-
'click',
224+
'click==6.7',
225225
'freezegun',
226226
'jira',
227227
'lxml>=3.3.4',

0 commit comments

Comments
 (0)