Skip to content

Bump s3fs to 2021.08.00 #48299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 29, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump others too
  • Loading branch information
phofl committed Aug 29, 2022
commit 7a3a7e59b491ffa68b2741b96a0db8b19c98ba23
4 changes: 2 additions & 2 deletions ci/deps/actions-38-minimum_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ dependencies:
- bottleneck=1.3.2
- brotlipy=0.7.0
- fastparquet=0.4.0
- fsspec=2021.05.0
- fsspec=2021.08.0
- html5lib=1.1
- hypothesis=6.13.0
- gcsfs=2021.05.0
- gcsfs=2021.08.0
- jinja2=3.0.0
- lxml=4.6.3
- matplotlib=3.3.2
Expand Down
4 changes: 2 additions & 2 deletions doc/source/getting_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,8 @@ Access data in the cloud
========================= ================== =============================================================
Dependency Minimum Version Notes
========================= ================== =============================================================
fsspec 2021.5.0 Handling files aside from simple local and HTTP
gcsfs 2021.5.0 Google Cloud Storage access
fsspec 2021.8.0 Handling files aside from simple local and HTTP
gcsfs 2021.8.0 Google Cloud Storage access
pandas-gbq 0.15.0 Google Big Query access
s3fs 2021.08.0 Amazon S3 access
========================= ================== =============================================================
Expand Down
8 changes: 4 additions & 4 deletions doc/source/whatsnew/v1.5.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -509,11 +509,11 @@ If installed, we now require:
+-----------------+-----------------+----------+---------+
| bottleneck | 1.3.2 | | X |
+-----------------+-----------------+----------+---------+
| fsspec | 2021.05.0 | | X |
| fsspec | 2021.08.0 | | X |
+-----------------+-----------------+----------+---------+
| hypothesis | 6.13.0 | | X |
+-----------------+-----------------+----------+---------+
| gcsfs | 2021.05.0 | | X |
| gcsfs | 2021.08.0 | | X |
+-----------------+-----------------+----------+---------+
| jinja2 | 3.0.0 | | X |
+-----------------+-----------------+----------+---------+
Expand Down Expand Up @@ -565,13 +565,13 @@ Optional libraries below the lowest tested version may still work, but are not c
+-----------------+-----------------+---------+
| fastparquet |0.4.0 | |
+-----------------+-----------------+---------+
| fsspec |2021.05.0 | X |
| fsspec |2021.08.0 | X |
+-----------------+-----------------+---------+
| html5lib |1.1 | |
+-----------------+-----------------+---------+
| hypothesis |6.13.0 | X |
+-----------------+-----------------+---------+
| gcsfs |2021.05.0 | X |
| gcsfs |2021.08.0 | X |
+-----------------+-----------------+---------+
| jinja2 |3.0.0 | X |
+-----------------+-----------------+---------+
Expand Down
4 changes: 2 additions & 2 deletions pandas/compat/_optional.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"bottleneck": "1.3.2",
"brotli": "0.7.0",
"fastparquet": "0.4.0",
"fsspec": "2021.05.0",
"fsspec": "2021.08.0",
"html5lib": "1.1",
"hypothesis": "6.13.0",
"gcsfs": "2021.05.0",
"gcsfs": "2021.08.0",
"jinja2": "3.0.0",
"lxml.etree": "4.6.3",
"matplotlib": "3.3.2",
Expand Down