Skip to content

Bump async-lru from 2.2.0 to 2.3.0#431

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/uv/async-lru-2.3.0
Mar 23, 2026
Merged

Bump async-lru from 2.2.0 to 2.3.0#431
github-actions[bot] merged 1 commit intomainfrom
dependabot/uv/async-lru-2.3.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps 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

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 [async-lru](https://github.com/aio-libs/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)

---
updated-dependencies:
- dependency-name: async-lru
  dependency-version: 2.3.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 Mar 23, 2026
@github-actions github-actions bot enabled auto-merge (rebase) March 23, 2026 02:11
@github-actions github-actions bot merged commit b1fa108 into main Mar 23, 2026
3 checks passed
@github-actions github-actions bot deleted the dependabot/uv/async-lru-2.3.0 branch March 23, 2026 02:14
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