Skip to content

Bump cachetools from 6.2.1 to 7.0.5#402

Merged
rjdbcm merged 1 commit into
mainfrom
dependabot/pip/cachetools-7.0.5
Mar 27, 2026
Merged

Bump cachetools from 6.2.1 to 7.0.5#402
rjdbcm merged 1 commit into
mainfrom
dependabot/pip/cachetools-7.0.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 26, 2026

Copy link
Copy Markdown
Contributor

Bumps cachetools from 6.2.1 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 Mar 26, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/cachetools-7.0.5 branch 5 times, most recently from 33d9735 to 269bd9e Compare March 27, 2026 02:36
Bumps [cachetools](https://github.com/tkem/cachetools) from 6.2.1 to 7.0.5.
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v6.2.1...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 269bd9e to 84d988d Compare March 27, 2026 02:38
@rjdbcm rjdbcm merged commit 4a76160 into main Mar 27, 2026
3 checks passed
@rjdbcm rjdbcm deleted the dependabot/pip/cachetools-7.0.5 branch March 27, 2026 02:49
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.

1 participant