Skip to content

Commit 5c2c116

Browse files
Backport PR #43166: Pin aiobotocore to get ci passing (#43169)
Co-authored-by: Patrick Hoefler <[email protected]>
1 parent aab506e commit 5c2c116

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

ci/deps/actions-39.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies:
3030
- python-dateutil
3131
- pytz
3232
- s3fs>=0.4.2
33+
- aiobotocore<=1.3.3
3334
- scipy
3435
- sqlalchemy
3536
- xlrd

ci/deps/azure-windows-37.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ dependencies:
3131
- python-dateutil
3232
- pytz
3333
- s3fs>=0.4.2
34+
- aiobotocore<=1.3.3
3435
- scipy
3536
- sqlalchemy
3637
- xlrd>=2.0

ci/deps/azure-windows-38.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies:
3030
- python-dateutil
3131
- pytz
3232
- s3fs>=0.4.0
33+
- aiobotocore<=1.3.3
3334
- scipy
3435
- xlrd<2.0
3536
- xlsxwriter

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ dependencies:
106106
- pyqt>=5.9.2 # pandas.read_clipboard
107107
- pytables>=3.5.1 # pandas.read_hdf, DataFrame.to_hdf
108108
- s3fs>=0.4.0 # file IO when using 's3://...' path
109+
- aiobotocore<=1.3.3 # Remove when s3fs is at 2021.08.0
109110
- fsspec>=0.7.4, <2021.6.0 # for generic remote file operations
110111
- gcsfs>=0.6.0 # file IO when using 'gcs://...' path
111112
- sqlalchemy # pandas.read_sql, DataFrame.to_sql

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ python-snappy
7070
pyqt5>=5.9.2
7171
tables>=3.5.1
7272
s3fs>=0.4.0
73+
aiobotocore<=1.3.3
7374
fsspec>=0.7.4, <2021.6.0
7475
gcsfs>=0.6.0
7576
sqlalchemy

0 commit comments

Comments
 (0)