deps(deps): update cachetools requirement from ^5.0 to ^7.0#2956
deps(deps): update cachetools requirement from ^5.0 to ^7.0#2956dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
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@v5.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>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
❌ Deploy Preview for stunning-zabaione-f1f1ef failed. Why did it fail? →
|
Automated Code ReviewPlease review the workflow logs for details. |
There was a problem hiding this comment.
Pull request overview
Updates the project’s optional dependency constraints to allow installing cachetools v7.x (per Dependabot), keeping the library compatible with newer cachetools releases.
Changes:
- Bump
cachetoolsoptional dependency in Poetry config from^5.0to^7.0.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # Minimal core - truly minimal for primality testing | ||
| networkx = {version = "^2.6", optional = true} | ||
| cachetools = {version = "^5.0", optional = true} | ||
| cachetools = {version = "^7.0", optional = true} |
There was a problem hiding this comment.
This bumps cachetools to ^7.0 under [tool.poetry.dependencies], but the project metadata still pins cachetools to <7.0 in the [tool.tnfr.metadata].dependencies list ("cachetools>=5.0,<7.0"). This leaves conflicting dependency constraints depending on which metadata consumers use. Please update the corresponding cachetools constraint there as well (and anywhere else the PEP 621 / custom dependency lists are derived from) to allow v7.
| cachetools = {version = "^7.0", optional = true} | |
| cachetools = {version = ">=5.0,<7.0", optional = true} |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Updates the requirements on cachetools to permit the latest version.
Changelog
Sourced from cachetools's changelog.
... (truncated)
Commits
e5f8f01Release v7.0.1.bd4e24dMore test improvements.67ae4fbMinor test corrections and cleanups.8e73eaeUpdate Copilot Instructions.28bbcbaRelease v7.0.0.45776b2Minor code and documentation improvements.51a70a9Fix #357: Update documentation.bb72c21Fix #357: Add cache_info() support for@cachedmethod.86352aeFix #357: Convert@cachedmethoddecorators to descriptors.263cf31Prepare v7.0.0.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)