Skip to content

Commit f4f8027

Browse files
authored
[AIRFLOW-XXX] Pin Click to 6.7 to Fix CI (#3962)
1 parent 7cd9a26 commit f4f8027

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
@@ -239,7 +239,7 @@ def write_version(filename=os.path.join(*['airflow',
239239
+ cassandra + mongo
240240

241241
devel = [
242-
'click',
242+
'click==6.7',
243243
'freezegun',
244244
'jira',
245245
'lxml>=4.0.0',

0 commit comments

Comments
 (0)