Skip to content

Commit 353e4cf

Browse files
authored
fsspec: update to 0.9 (including remotes) (#5788)
1 parent fed3b2c commit 353e4cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,17 @@ def run(self):
8888
"python-benedict>=0.21.1",
8989
"pyparsing==2.4.7",
9090
"typing_extensions>=3.7.4",
91-
"fsspec==0.8.7",
91+
"fsspec==0.9.0",
9292
"diskcache>=5.2.1",
9393
]
9494

9595

9696
# Extra dependencies for remote integrations
9797

98-
gs = ["gcsfs==0.7.2"]
98+
gs = ["gcsfs==0.8.0"]
9999
gdrive = ["pydrive2>=1.8.1", "six >= 1.13.0"]
100100
s3 = ["boto3>=1.9.201"]
101-
azure = ["adlfs==0.7.0", "azure-identity>=1.4.0", "knack"]
101+
azure = ["adlfs==0.7.1", "azure-identity>=1.4.0", "knack"]
102102
# https://github.com/Legrandin/pycryptodome/issues/465
103103
oss = ["oss2==2.6.1", "pycryptodome>=3.10"]
104104
ssh = ["paramiko[invoke]>=2.7.0"]

0 commit comments

Comments
 (0)