From 5ac339d565399377f8ba7a76fe2bb0f4006170be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 09:12:45 +0000 Subject: [PATCH] deps(deps): update cachetools requirement from ^5.0 to ^7.0 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](https://github.com/tkem/cachetools/compare/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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aef0fc9b..1a94d232 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ authors = [{ name = "F. F. Martinez Gamo" }] python = "^3.10" # 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} numpy = {version = "^1.24", optional = true} scipy = {version = "^1.9", optional = true} sympy = {version = "^1.10", optional = true}