Skip to content

Commit

Permalink
[AIRFLOW-5657] Update the upper bound for dill (#6334)
Browse files Browse the repository at this point in the history
(cherry picked from commit 76fe5e2)
  • Loading branch information
aaltay authored and ashb committed Oct 16, 2019
1 parent 32a9ce8 commit 7ac6c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def do_setup():
'colorlog==4.0.2',
'configparser>=3.5.0, <3.6.0',
'croniter>=0.3.17, <0.4',
'dill>=0.2.2, <0.3',
'dill>=0.2.2, <0.4',
'enum34~=1.1.6;python_version<"3.4"',
'flask>=1.1.0, <2.0',
'flask-appbuilder>=1.12.5, <2.0.0',
Expand Down

0 comments on commit 7ac6c2d

Please sign in to comment.