Skip to content

Bump cachebox from 6.2.5 to 6.2.7 - #1146

Merged
GlassOfWhiskey merged 2 commits into
masterfrom
dependabot/uv/cachebox-6.2.7
Sep 9, 2026
Merged

Bump cachebox from 6.2.5 to 6.2.7#1146
GlassOfWhiskey merged 2 commits into
masterfrom
dependabot/uv/cachebox-6.2.7

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps cachebox from 6.2.5 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

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 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 [cachebox](https://github.com/awolverp/cachebox) from 6.2.5 to 6.2.7.
- [Release notes](https://github.com/awolverp/cachebox/releases)
- [Commits](awolverp/cachebox@v6.2.5...v6.2.7)

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

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 Sep 8, 2026
@codecov

codecov Bot commented Sep 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.20%. Comparing base (6f8da56) to head (fedbc8e).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1146      +/-   ##
==========================================
- Coverage   64.21%   64.20%   -0.02%     
==========================================
  Files          93       93              
  Lines       17575    17575              
  Branches     2164     2164              
==========================================
- Hits        11286    11284       -2     
- Misses       6008     6009       +1     
- Partials      281      282       +1     

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

@GlassOfWhiskey
GlassOfWhiskey merged commit c581348 into master Sep 9, 2026
43 checks passed
@GlassOfWhiskey
GlassOfWhiskey deleted the dependabot/uv/cachebox-6.2.7 branch September 9, 2026 19: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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants