zarr-developers / zarr-python

An implementation of chunked, compressed, N-dimensional arrays for Python.
https://zarr.readthedocs.io
MIT License
1.45k stars 273 forks source link

Bump the requirements group across 1 directory with 4 updates #2096

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the requirements group with 4 updates in the / directory: numcodecs, azure-storage-blob, fsspec and s3fs.

Updates numcodecs from 0.12.1 to 0.13.0

Release notes

Sourced from numcodecs's releases.

v0.13.0

See release notes https://numcodecs.readthedocs.io/en/stable/release.html#release-0-13-0

Changelog

Sourced from numcodecs's changelog.

0.13.0

Enhancements

* Add checksum flag to zstd and sets the default level to 0.
  By :user:`Norman Rzepka <normanrz>`, :issue:`519`.
* Add PCodec
  By :user:`Ryan Abernathey <rabernat>`, :issue:`501`.
* Use PyData theme for docs
  By :user:`John Kirkham <jakirkham>`, :issue:`485`.

Fix

* Fix VLenUTF8 encoding for read-only buffers.
  By :user:`Isaac Virshup &lt;ivirshup&gt;`, :issue:`514`.
* Fix skip of entry points backport tests
  By :user:`Elliott Sales de Andrade &lt;QuLogic&gt;`, :issue:`487`.
* Fix Upgrade to Zstd 1.5.5 due to potential corruption.
  By :user:`Mark Kittisopikul &lt;mkitti&gt;`, :issue:`429`
* Add version constraint(&lt;2.0) for numpy in zfpy.
  By :user:`Tom Liang &lt;px39n&gt;`, :issue:`540`.

Maintenance
  • The minimum supported Python version is now Python 3.10.
    By :user:David Stansby &lt;dstansby&gt;, :issue:531
  • Add numpy 2 compatibility.
    By :user:David Stansby &lt;dstansby&gt;, :issue:535
  • Update c-blosc to 1.21.0 to 1.21.5, zstd from 1.4.8 to 1.5.5,
    lz4 from 1.9.3 to 1.9.4, and zlib from 1.2.8 to to 1.2.13
    By :user:Mark Kittisopikul &lt;mkitti&gt;, :issue:500

.. _release_0.12.1:

Commits


Updates azure-storage-blob from 12.16.0 to 12.22.0

Release notes

Sourced from azure-storage-blob's releases.

azure-storage-blob_12.22.0

12.22.0 (2024-08-06)

Other Changes

  • Updated type hints across the entire package and enabled MyPy to run during CI. Some public types may have been adjusted if they were previously erroneous or incomplete.

azure-storage-blob_12.21.0

12.21.0 (2024-07-17)

Features Added

  • Stable release of features from 12.21.0b1
  • Added new chars keyword to the StorageStreamDownloader.read method to support reading an arbitrary number of characters from the stream rather than bytes. This can only be used when encoding is specified on download_blob but can help prevent decoding errors in certain scenarios.
Commits
  • c3902f8 Disable breaking storage sync check (#36786)
  • 3e7ef5a add a couple pyproject.toml to disable breaking change check (#36785)
  • fa13668 Bump 1 more time (#36783)
  • 43e0189 Changes logged (#36768)
  • 21b8383 [Storage] Migrate from ClientSecretCredential to DefaultAzureCredential i...
  • fc4327f [Storage] Blobs Typing API View Feedback (#36654)
  • 85eb9ee Update various credential mocks (#36620)
  • 14fe734 [Storage] Modified StorageRetryPolicy to skip AzureSigningError from bad ...
  • 6f0da99 Simplify build yml (#36567)
  • 4739b70 [Storage] Removed docstrings from Blob's helper files + slight _shared matc...
  • Additional commits viewable in compare view


Updates fsspec from 2023.12.2 to 2024.6.1

Commits


Updates s3fs from 2023.12.2 to 2024.6.1

Commits


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 3 weeks ago

Looks like these dependencies are updatable in another way, so this is no longer needed.