Skip to content

Build: Bump s3fs from 2026.2.0 to 2026.4.0#3485

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/s3fs-2026.4.0
Closed

Build: Bump s3fs from 2026.2.0 to 2026.4.0#3485
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/s3fs-2026.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Bumps s3fs from 2026.2.0 to 2026.4.0.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [s3fs](https://github.com/fsspec/s3fs) from 2026.2.0 to 2026.4.0.
- [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md)
- [Commits](fsspec/s3fs@2026.2.0...2026.4.0)

---
updated-dependencies:
- dependency-name: s3fs
  dependency-version: 2026.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 12, 2026
@ebyhr

ebyhr commented Jun 12, 2026

Copy link
Copy Markdown
Member

#3490 contains a fix:

==================================== ERRORS ====================================
__________ ERROR collecting tests/notebooks/test_pyiceberg_example.py __________
.venv/lib/python3.14/site-packages/google_crc32c/__init__.py:25: in <module>
    from google_crc32c import cext as impl
.venv/lib/python3.14/site-packages/google_crc32c/cext.py:20: in <module>
    from google_crc32c._crc32c import extend  # type: ignore
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E   ModuleNotFoundError: No module named 'google_crc32c._crc32c'

During handling of the above exception, another exception occurred:
tests/notebooks/test_pyiceberg_example.py:21: in <module>
    import papermill as pm
.venv/lib/python3.14/site-packages/papermill/__init__.py:2: in <module>
    from .execute import execute_notebook  # noqa: F401
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.14/site-packages/papermill/execute.py:5: in <module>
    from .engines import papermill_engines
.venv/lib/python3.14/site-packages/papermill/engines.py:12: in <module>
    from .iorw import write_ipynb
.venv/lib/python3.14/site-packages/papermill/iorw.py:45: in <module>
    from gcsfs import GCSFileSystem
.venv/lib/python3.14/site-packages/gcsfs/__init__.py:15: in <module>
    from .core import GCSFileSystem
.venv/lib/python3.14/site-packages/gcsfs/core.py:35: in <module>
    from .zb_hns_utils import DEFAULT_CONCURRENCY, MAX_PREFETCH_SIZE
.venv/lib/python3.14/site-packages/gcsfs/zb_hns_utils.py:6: in <module>
    from google.cloud.storage.asyncio.async_appendable_object_writer import (
.venv/lib/python3.14/site-packages/google/cloud/storage/asyncio/async_appendable_object_writer.py:27: in <module>
    from . import _utils
.venv/lib/python3.14/site-packages/google/cloud/storage/asyncio/_utils.py:15: in <module>
    import google_crc32c
.venv/lib/python3.14/site-packages/google_crc32c/__init__.py:29: in <module>
    warnings.warn(_SLOW_CRC32C_WARNING, RuntimeWarning)
E   RuntimeWarning: As the c extension couldn't be imported, `google-crc32c` is using a pure python implementation that is significantly slower. If possible, please configure a c build environment and compile the extension
=========================== short test summary info ============================
ERROR tests/notebooks/test_pyiceberg_example.py - RuntimeWarning: As the c extension couldn't be imported, `google-crc32c` is using a pure python implementation that is significantly slower. If possible, please configure a c build environment and compile the extension
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!
============================== 1 error in 14.01s ===============================

https://github.com/apache/iceberg-python/actions/runs/27445876133/job/81130588703?pr=3485

@Fokko

Fokko commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jun 13, 2026

Copy link
Copy Markdown
Contributor Author

Looks like s3fs is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 13, 2026
@dependabot dependabot Bot deleted the dependabot/uv/s3fs-2026.4.0 branch June 13, 2026 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants