diff options
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt index 578c38a..f4f3a1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ setuptools -wheel==0.36.2 -Click==7.1.2 -sh==1.14.1; sys_platform != 'win32' # sh is not supported on windows -arrow==1.0.3 +wheel==0.37.0 +Click==8.0.1 +sh==1.14.2; sys_platform != 'win32' # sh is not supported on windows +arrow==1.2.0 |