Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2026

Updates the requirements on zarr to permit the latest version.
Updates zarr to 3.1.5

Release notes

Sourced from zarr's releases.

v3.1.5

What's Changed

Full Changelog: zarr-developers/zarr-python@v3.1.4...v3.1.5

Changelog

Sourced from zarr's changelog.

zarr 3.1.5 (2025-11-21)

Bugfixes

  • Fix formatting errors in the release notes section of the docs. (#3594)

3.1.4 (2025-11-20)

Features

  • The Array class can now also be parametrized in the same manner as the AsyncArray class, allowing Zarr format v2 and v3 Arrays to be distinguished. New types have been added to zarr.types to help with this. (#3304)
  • Adds zarr.experimental.cache_store.CacheStore, a Store that implements caching by combining two other Store instances. See the docs page for more information about this feature. (#3366)
  • Adds a zarr.experimental module for unstable user-facing features. (#3490)
  • Add a array.target_shard_size_bytes to [zarr.config][] to allow users to set a maximum number of bytes per-shard when shards="auto" in, for example, [zarr.create_array][]. (#3547)
  • Make async_array on the [zarr.Array][] class public (_async_array will remain untouched, but its stability is not guaranteed). (#3556)

Bugfixes

  • Fix a bug that prevented PCodec from being properly resolved when loading arrays using that compressor. (#3483)
  • Fixed a bug that prevented Zarr Python from opening Zarr V3 array metadata documents that contained extra keys with permissible values (dicts with a "must_understand" key set to "false"). (#3530)
  • Fixed a bug where the "consolidated_metadata" key was written to metadata documents even when consolidated metadata was not used, resulting in invalid metadata documents. (#3535)
  • Improve write performance to large shards by up to 10x. (#3560)

Improved Documentation

  • Use mkdocs-material for Zarr-Python documentation (#3118)
  • Document different values of StoreLike with examples in the user guide. (#3303)
  • Reorganize the top-level examples directory to give each example its own sub-directory. Adds content to the docs for each example. (#3502)
  • Updated 3.0 Migration Guide to include function signature change to zarr.Array.resize function. (#3536)

Misc

zarr 3.1.3 (2025-09-18)

Features

  • Add a command-line interface to migrate v2 Zarr metadata to v3. Corresponding functions are also provided under zarr.metadata. (#1798)
  • Add obstore implementation of delete_dir. (#3310)
  • Adds a registry for chunk key encodings for extensibility. This allows users to implement a custom ChunkKeyEncoding, which can be registered via register_chunk_key_encoding or as an entry point under zarr.chunk_key_encoding. (#3436)
  • Trying to open a group at a path where an array already exists now raises a helpful error. (#3444)

Bugfixes

... (truncated)

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [zarr](https://github.com/zarr-developers/zarr-python) to permit the latest version.

Updates `zarr` to 3.1.5
- [Release notes](https://github.com/zarr-developers/zarr-python/releases)
- [Changelog](https://github.com/zarr-developers/zarr-python/blob/main/docs/release-notes.md)
- [Commits](zarr-developers/zarr-python@v0.0.0...v3.1.5)

---
updated-dependencies:
- dependency-name: zarr
  dependency-version: 3.1.5
  dependency-type: direct:development
  dependency-group: pip-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 6, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2026

Looks like zarr is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Jan 8, 2026
@dependabot dependabot bot deleted the dependabot/pip/pip-updates-7b0bb7cca7 branch January 8, 2026 02:12
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant