Skip to content

Update cachetools requirement from <7.0,>=2.0 to >=2.0,<8.0 in /community/front-end/ofe#5298

Merged
aslam-quad merged 1 commit into
developfrom
dependabot/pip/community/front-end/ofe/develop/cachetools-gte-2.0-and-lt-8.0
Mar 13, 2026
Merged

Update cachetools requirement from <7.0,>=2.0 to >=2.0,<8.0 in /community/front-end/ofe#5298
aslam-quad merged 1 commit into
developfrom
dependabot/pip/community/front-end/ofe/develop/cachetools-gte-2.0-and-lt-8.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on cachetools to permit the latest version.

Changelog

Sourced from cachetools's changelog.

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).

  • Convert the previously undocumented @cachedmethod attributes (cache, cache_lock, etc.) to properties for instance methods, providing official support and documentation (potentially breaking change).

  • Add an optional info parameter to the @cachedmethod decorator for reporting per-instance cache statistics. Note that this requires the instance's __dict__ attribute to be a mutable mapping.

v6.2.6 (2026-01-27)

  • Improve typedkey performance.

  • Minor documentation improvements.

  • Minor testing improvements.

  • Minor code readability improvements.

v6.2.5 (2026-01-25)

  • Improve documentation regarding @cachedmethod with lock

... (truncated)

Commits

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)

Updates the requirements on [cachetools](https://github.com/tkem/cachetools) to permit the latest version.
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v2.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: cachetools
  dependency-version: 7.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code release-chore To not include into release notes labels Mar 1, 2026
@dependabot dependabot Bot requested review from a team and samskillman as code owners March 1, 2026 11:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code release-chore To not include into release notes labels Mar 1, 2026
@github-actions github-actions Bot added the external PR from external contributor label Mar 1, 2026
@aslam-quad

Copy link
Copy Markdown
Contributor

/gcbrun

@Neelabh94

Copy link
Copy Markdown
Contributor

@kvenkatachala333 this needs two approvals. Can you have a look and approve if everything is in order.

@aslam-quad aslam-quad merged commit 9607e6e into develop Mar 13, 2026
19 of 92 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/community/front-end/ofe/develop/cachetools-gte-2.0-and-lt-8.0 branch March 13, 2026 14:23
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 external PR from external contributor python Pull requests that update Python code release-chore To not include into release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants