Skip to content

Commit 97cf8e2

Browse files
Backport PR pandas-dev#48299 on branch 1.5.x (Bump s3fs to 2021.08.00) (pandas-dev#48305)
Backport PR pandas-dev#48299: Bump s3fs to 2021.08.00 Co-authored-by: Patrick Hoefler <[email protected]>
1 parent f46704c commit 97cf8e2

11 files changed

+22
-26
lines changed

ci/deps/actions-310.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ dependencies:
1919
- pytz
2020

2121
# optional dependencies
22-
- aiobotocore<2.0.0
2322
- beautifulsoup4
2423
- blosc
2524
- bottleneck
@@ -44,7 +43,7 @@ dependencies:
4443
- pyreadstat
4544
- python-snappy
4645
- pyxlsb
47-
- s3fs>=2021.05.0
46+
- s3fs>=2021.08.0
4847
- scipy
4948
- sqlalchemy
5049
- tabulate

ci/deps/actions-38-downstream_compat.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies:
4444
- pytables
4545
- python-snappy
4646
- pyxlsb
47-
- s3fs>=2021.05.0
47+
- s3fs>=2021.08.0
4848
- scipy
4949
- sqlalchemy
5050
- tabulate

ci/deps/actions-38-minimum_versions.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ dependencies:
2626
- bottleneck=1.3.2
2727
- brotlipy=0.7.0
2828
- fastparquet=0.4.0
29-
- fsspec=2021.05.0
29+
- fsspec=2021.07.0
3030
- html5lib=1.1
3131
- hypothesis=6.13.0
32-
- gcsfs=2021.05.0
32+
- gcsfs=2021.07.0
3333
- jinja2=3.0.0
3434
- lxml=4.6.3
3535
- matplotlib=3.3.2
@@ -45,7 +45,7 @@ dependencies:
4545
- pytables=3.6.1
4646
- python-snappy=0.6.0
4747
- pyxlsb=1.0.8
48-
- s3fs=2021.05.0
48+
- s3fs=2021.08.0
4949
- scipy=1.7.1
5050
- sqlalchemy=1.4.16
5151
- tabulate=0.8.9

ci/deps/actions-38.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ dependencies:
1919
- pytz
2020

2121
# optional dependencies
22-
- aiobotocore<2.0.0
2322
- beautifulsoup4
2423
- blosc
2524
- bottleneck
@@ -44,7 +43,7 @@ dependencies:
4443
- pytables
4544
- python-snappy
4645
- pyxlsb
47-
- s3fs>=2021.05.0
46+
- s3fs>=2021.08.0
4847
- scipy
4948
- sqlalchemy
5049
- tabulate

ci/deps/actions-39.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ dependencies:
1919
- pytz
2020

2121
# optional dependencies
22-
- aiobotocore<2.0.0
2322
- beautifulsoup4
2423
- blosc
2524
- bottleneck
@@ -44,7 +43,7 @@ dependencies:
4443
- pytables
4544
- python-snappy
4645
- pyxlsb
47-
- s3fs>=2021.05.0
46+
- s3fs>=2021.08.0
4847
- scipy
4948
- sqlalchemy
5049
- tabulate

ci/deps/circle-38-arm64.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ dependencies:
1919
- pytz
2020

2121
# optional dependencies
22-
- aiobotocore<2.0.0
2322
- beautifulsoup4
2423
- blosc
2524
- bottleneck
@@ -45,7 +44,7 @@ dependencies:
4544
- pytables
4645
- python-snappy
4746
- pyxlsb
48-
- s3fs>=2021.05.0
47+
- s3fs>=2021.08.0
4948
- scipy
5049
- sqlalchemy
5150
- tabulate

doc/source/getting_started/install.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -413,10 +413,10 @@ Access data in the cloud
413413
========================= ================== =============================================================
414414
Dependency Minimum Version Notes
415415
========================= ================== =============================================================
416-
fsspec 2021.5.0 Handling files aside from simple local and HTTP
417-
gcsfs 2021.5.0 Google Cloud Storage access
416+
fsspec 2021.7.0 Handling files aside from simple local and HTTP
417+
gcsfs 2021.7.0 Google Cloud Storage access
418418
pandas-gbq 0.15.0 Google Big Query access
419-
s3fs 2021.05.0 Amazon S3 access
419+
s3fs 2021.08.0 Amazon S3 access
420420
========================= ================== =============================================================
421421

422422
Clipboard

doc/source/whatsnew/v1.5.0.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -509,11 +509,11 @@ If installed, we now require:
509509
+-----------------+-----------------+----------+---------+
510510
| bottleneck | 1.3.2 | | X |
511511
+-----------------+-----------------+----------+---------+
512-
| fsspec | 2021.05.0 | | X |
512+
| fsspec | 2021.07.0 | | X |
513513
+-----------------+-----------------+----------+---------+
514514
| hypothesis | 6.13.0 | | X |
515515
+-----------------+-----------------+----------+---------+
516-
| gcsfs | 2021.05.0 | | X |
516+
| gcsfs | 2021.07.0 | | X |
517517
+-----------------+-----------------+----------+---------+
518518
| jinja2 | 3.0.0 | | X |
519519
+-----------------+-----------------+----------+---------+
@@ -535,7 +535,7 @@ If installed, we now require:
535535
+-----------------+-----------------+----------+---------+
536536
| pyxlsb | 1.0.8 | | X |
537537
+-----------------+-----------------+----------+---------+
538-
| s3fs | 2021.05.0 | | X |
538+
| s3fs | 2021.08.0 | | X |
539539
+-----------------+-----------------+----------+---------+
540540
| scipy | 1.7.1 | | X |
541541
+-----------------+-----------------+----------+---------+
@@ -565,13 +565,13 @@ Optional libraries below the lowest tested version may still work, but are not c
565565
+-----------------+-----------------+---------+
566566
| fastparquet |0.4.0 | |
567567
+-----------------+-----------------+---------+
568-
| fsspec |2021.05.0 | X |
568+
| fsspec |2021.08.0 | X |
569569
+-----------------+-----------------+---------+
570570
| html5lib |1.1 | |
571571
+-----------------+-----------------+---------+
572572
| hypothesis |6.13.0 | X |
573573
+-----------------+-----------------+---------+
574-
| gcsfs |2021.05.0 | X |
574+
| gcsfs |2021.08.0 | X |
575575
+-----------------+-----------------+---------+
576576
| jinja2 |3.0.0 | X |
577577
+-----------------+-----------------+---------+
@@ -603,7 +603,7 @@ Optional libraries below the lowest tested version may still work, but are not c
603603
+-----------------+-----------------+---------+
604604
| pyxlsb |1.0.8 | X |
605605
+-----------------+-----------------+---------+
606-
| s3fs |2021.05.0 | X |
606+
| s3fs |2021.08.0 | X |
607607
+-----------------+-----------------+---------+
608608
| scipy |1.7.1 | X |
609609
+-----------------+-----------------+---------+

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies:
4444
- pytables
4545
- python-snappy
4646
- pyxlsb
47-
- s3fs>=2021.05.0
47+
- s3fs>=2021.08.0
4848
- scipy
4949
- sqlalchemy
5050
- tabulate

pandas/compat/_optional.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"bottleneck": "1.3.2",
1919
"brotli": "0.7.0",
2020
"fastparquet": "0.4.0",
21-
"fsspec": "2021.05.0",
21+
"fsspec": "2021.07.0",
2222
"html5lib": "1.1",
2323
"hypothesis": "6.13.0",
24-
"gcsfs": "2021.05.0",
24+
"gcsfs": "2021.07.0",
2525
"jinja2": "3.0.0",
2626
"lxml.etree": "4.6.3",
2727
"matplotlib": "3.3.2",
@@ -36,7 +36,7 @@
3636
"pyreadstat": "1.1.2",
3737
"pytest": "6.0",
3838
"pyxlsb": "1.0.8",
39-
"s3fs": "2021.05.0",
39+
"s3fs": "2021.08.0",
4040
"scipy": "1.7.1",
4141
"snappy": "0.6.0",
4242
"sqlalchemy": "1.4.16",

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pyreadstat
3535
tables
3636
python-snappy
3737
pyxlsb
38-
s3fs>=2021.05.0
38+
s3fs>=2021.08.0
3939
scipy
4040
sqlalchemy
4141
tabulate

0 commit comments

Comments
 (0)