diff --git a/setup.py b/setup.py index 7cee9f3..f952a8d 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def find_version(): 'spackl' ], install_requires=[ - 'future==0.16.0', + 'future==0.18.3', 'google-cloud-bigquery==1.5.0', 'psycopg2-binary==2.7.5', 'PyYAML',