Skip to content

Bump the all group with 5 updates#50

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/all-941c52d3a0
Open

Bump the all group with 5 updates#50
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/all-941c52d3a0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps the all group with 5 updates:

Package From To
pydantic-zarr 0.9.1 0.9.2
async-lru 2.2.0 2.3.0
attrs 25.4.0 26.1.0
jsonpointer 3.0.0 3.1.0
types-python-dateutil 2.9.0.20260305 2.9.0.20260323

Updates pydantic-zarr from 0.9.1 to 0.9.2

Release notes

Sourced from pydantic-zarr's releases.

v0.9.2

What's Changed

Full Changelog: zarr-developers/pydantic-zarr@v0.9.1...v0.9.2

Changelog

Sourced from pydantic-zarr's changelog.

pydantic-zarr 0.9.2 (2026-03-18)

Features

  • In order to support consolidated metadata, the experimental V3 GroupSpec classes now accept arbitrary extra fields, provided they are dicts with a must_understand: False key: value pair. (#141)
  • Explicitly added support and testing with Python 3.14. (#142)

Bugfixes

  • Added support for the 'v2' chunk encoding in Zarr v3 metadata. (#148)

Improved Documentation

  • Added search to the docs. (#146)
Commits

Updates async-lru from 2.2.0 to 2.3.0

Release notes

Sourced from async-lru's releases.

2.3.0

  • Added cache_contains() for read-only key lookup.
  • Changed cross-loop cache access to auto-reset and rebind to the current event loop.
  • Added AlruCacheLoopResetWarning when an auto-reset happens due to event loop change.
  • Forwarded cache_close(wait=...) for bound methods.
Changelog

Sourced from async-lru's changelog.

2.3.0 (2026-03-18)

  • Added cache_contains() for read-only key lookup.
  • Changed cross-loop cache access to auto-reset and rebind to the current event loop.
  • Added AlruCacheLoopResetWarning when an auto-reset happens due to event loop change.
  • Forwarded cache_close(wait=...) for bound methods.
Commits
  • cb9e034 Release v2.3.0 (#748)
  • a2aa7b0 build(deps): bump coverage from 7.13.4 to 7.13.5 (#747)
  • 63760a4 feat: add cache_contains() for read-only key lookup (#746)
  • e2ddf7a Forward cache_close(wait=...) for bound methods (#745)
  • 33e1a7c Emit AlruCacheLoopResetWarning on event loop auto-reset (#744)
  • fff4d49 feat: Allow alru_cache to automatically clear and rebind to the current eve...
  • See full diff in compare view

Updates attrs from 25.4.0 to 26.1.0

Commits

Updates jsonpointer from 3.0.0 to 3.1.0

Commits
  • 4ab5e80 release v3.1.0
  • 9087321 Merge pull request #67 from stefankoegl/copilot/fix-48
  • 4f12e7c Remove obsolete 'except ImportError' exclusion from .coveragerc
  • a86f186 Drop Python 2.7, 3.7, 3.8 support - update config and remove compatibility code
  • 2f31bec Initial plan for issue
  • See full diff in compare view

Updates types-python-dateutil from 2.9.0.20260305 to 2.9.0.20260323

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 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

Bumps the all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [pydantic-zarr](https://github.com/zarr-developers/pydantic-zarr) | `0.9.1` | `0.9.2` |
| [async-lru](https://github.com/aio-libs/async-lru) | `2.2.0` | `2.3.0` |
| [attrs](https://github.com/sponsors/hynek) | `25.4.0` | `26.1.0` |
| [jsonpointer](https://github.com/stefankoegl/python-json-pointer) | `3.0.0` | `3.1.0` |
| [types-python-dateutil](https://github.com/typeshed-internal/stub_uploader) | `2.9.0.20260305` | `2.9.0.20260323` |


Updates `pydantic-zarr` from 0.9.1 to 0.9.2
- [Release notes](https://github.com/zarr-developers/pydantic-zarr/releases)
- [Changelog](https://github.com/zarr-developers/pydantic-zarr/blob/main/docs/release-notes.md)
- [Commits](zarr-developers/pydantic-zarr@v0.9.1...v0.9.2)

Updates `async-lru` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/aio-libs/async-lru/releases)
- [Changelog](https://github.com/aio-libs/async-lru/blob/master/CHANGES.rst)
- [Commits](aio-libs/async-lru@v2.2.0...v2.3.0)

Updates `attrs` from 25.4.0 to 26.1.0
- [Commits](https://github.com/sponsors/hynek/commits)

Updates `jsonpointer` from 3.0.0 to 3.1.0
- [Commits](stefankoegl/python-json-pointer@v3.0.0...v3.1.0)

Updates `types-python-dateutil` from 2.9.0.20260305 to 2.9.0.20260323
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

---
updated-dependencies:
- dependency-name: pydantic-zarr
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: async-lru
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: attrs
  dependency-version: 26.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: jsonpointer
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: types-python-dateutil
  dependency-version: 2.9.0.20260323
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

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 Mar 23, 2026
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.

0 participants