Skip to content

Bump cachebox from 5.2.3 to 6.2.7 - #8486

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/cachebox-6.2.7
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/cachebox-6.2.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps cachebox from 5.2.3 to 6.2.7.

Release notes

Sourced from cachebox's releases.

Release v6.2.7

What's Changed

  • Stops __traverse__ from blocking on a busy cache lock so GC cannot deadlock under that lock. A skipped pass is safe because a held lock already keeps the cache reachable; adds regression tests across all cache types. (#86).
  • CI now uses uv for Linux builds (faster, more architectures), and adds native riscv64 wheel builds via RISE runners (#89).
  • Add missing py.typed file - it used to be present and was dropped by accident (#87).

Thanks to

Full Changelog: awolverp/cachebox@v6.2.6...v6.2.7

Release v6.2.6

Changes

  • Add pre-built packages for windows ARM64 (#83)
  • Optimize TTLCache/VTTCache background sweeper: Now they are using threading.Event instead a while + time.sleep (#79)
  • Fix cache hit/miss tracking in _async_cached_wrapper_without_lock (#79).
  • Modernize typing structure based on PEP 585 and 604. (#79)
  • Update dependencies

Thanks to

Release v6.2.5

This is a patch release that improves cache iterators and fixes LRUCache iteration safety, with a small dependency bump and README updates.

Changes

  • #74: Iterators returned by keys(), values(), items(), and related views now support len() and bool(). They report how many items are still left to yield (for TTLCache / VTTLCache, expired entries are skipped). Typing stubs document this as CacheIterator.
  • #76: LRUCache now bumps the generation version when a read promotes an entry (moves it to most-recently-used). Previously a hit could reorder the list without invalidating live iterators, so concurrent iteration during promotion was not detected correctly. Hits that do not move the entry (already MRU) still skip the bump.
  • PyO3 updated from 0.29.1 to 0.29.2.
  • #72: README updates and cleanup.

Special Thanks To

@​Malkiz223 for #74 and #76@​chirizxc for #72

Full Changelog: v6.2.4...v6.2.5

Release v6.2.4

This is a patch release that fixes two important correctness and stability issues.

Bug Fixes

  • #67 / #68: setdefault_with no longer runs the factory while holding the internal lock.

... (truncated)

Commits
  • 8df9681 Fix builded -> built typo
  • 5c8305e Add py.typed
  • a61dc92 Bump version to 6.2.7
  • d43b417 Merge pull request #89 from threexc/tgamblin/riscv64
  • 10f521d Merge pull request #86 from Malkiz223/traverse_try_lock
  • e022162 workflows: CI: add riscv64 build
  • c0570f7 workflows: CI: make rustc targets more explicit
  • dd08027 workflows: CI: use setup-uv instead of setup-python
  • 8b5a004 Never wait for the cache lock in traverse
  • 06ec6f1 Bump version to 6.2.6
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 14, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 14, 2026 10:49
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 14, 2026
@codecov

codecov Bot commented Sep 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.78%. Comparing base (3ef355a) to head (e710dc9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8486      +/-   ##
==========================================
- Coverage   71.75%   70.78%   -0.98%     
==========================================
  Files         305      305              
  Lines       31993    31993              
==========================================
- Hits        22956    22645     -311     
- Misses       9037     9348     +311     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Bumps [cachebox](https://github.com/awolverp/cachebox) from 5.2.3 to 6.2.7.
- [Release notes](https://github.com/awolverp/cachebox/releases)
- [Commits](awolverp/cachebox@v5.2.3...v6.2.7)

---
updated-dependencies:
- dependency-name: cachebox
  dependency-version: 6.2.7
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/cachebox-6.2.7 branch from 4d3290f to e710dc9 Compare September 15, 2026 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked on third party dependency 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