diff options
Diffstat (limited to '')
-rw-r--r-- | requirements.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt index e8d531b..0a164bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ setuptools -wheel==0.33.4 -Click==7.0 -sh==1.12.14; sys_platform != 'win32' # sh is not supported on windows -arrow==0.15.5; +wheel==0.35.1 +Click==7.1.2 +sh==1.14.1; sys_platform != 'win32' # sh is not supported on windows +arrow==0.17.0 |