Skip to content

Bump cachetools from 5.5.0 to 7.0.5#94

Merged
erikjohnston merged 1 commit intomainfrom
dependabot/pip/cachetools-7.0.5
Apr 13, 2026
Merged

Bump cachetools from 5.5.0 to 7.0.5#94
erikjohnston merged 1 commit intomainfrom
dependabot/pip/cachetools-7.0.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps cachetools from 5.5.0 to 7.0.5.

Changelog

Sourced from cachetools's changelog.

v7.0.5 (2026-03-09)

  • Minor @cachedmethod performance improvements.

v7.0.4 (2026-03-08)

  • Fix and properly document @cachedmethod.cache_key behavior.

  • Minor documentation improvements.

v7.0.3 (2026-03-05)

  • Fix DeprecationWarning when creating an autospec mock with @cachedmethod decorations.

v7.0.2 (2026-03-02)

  • Provide more efficient clear() implementation for all support Cache classes (courtesy Josep Pon Farreny).

v7.0.1 (2026-02-10)

  • Various test improvements.

  • Update Copilot Instructions.

v7.0.0 (2026-02-01)

  • Require Python 3.10 or later (breaking change).

  • Drop support for passing info as fourth positional parameter to @cached (breaking change).

  • Drop support for cache(self) returning None with @cachedmethod (breaking change).

  • Convert the @cachedmethod wrappers to descriptors, deprecating its use with class methods and instances that do not provide a mutable __dict__ attribute (potentially breaking change).

... (truncated)

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 1, 2026 15:44
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 1, 2026
@anoadragon453 anoadragon453 marked this pull request as draft April 2, 2026 16:29
@anoadragon453
Copy link
Copy Markdown
Member

CI is currently failing. Blocked on #87

@anoadragon453
Copy link
Copy Markdown
Member

@dependabot recreate to incorporate #87

@dependabot dependabot bot force-pushed the dependabot/pip/cachetools-7.0.5 branch from 36abc31 to 65b0a9b Compare April 7, 2026 13:07
@anoadragon453
Copy link
Copy Markdown
Member

anoadragon453 commented Apr 7, 2026

@dependabot rebase to fix conflicts

Bumps [cachetools](https://github.com/tkem/cachetools) from 5.5.0 to 7.0.5.
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v5.5.0...v7.0.5)

---
updated-dependencies:
- dependency-name: cachetools
  dependency-version: 7.0.5
  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/cachetools-7.0.5 branch from 65b0a9b to 974bd1e Compare April 7, 2026 14:50
@erikjohnston erikjohnston marked this pull request as ready for review April 13, 2026 09:39
@erikjohnston erikjohnston merged commit 61306db into main Apr 13, 2026
7 checks passed
@erikjohnston erikjohnston deleted the dependabot/pip/cachetools-7.0.5 branch April 13, 2026 09:39
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.

2 participants