Skip to content

Commit 5ac339d

Browse files
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](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>
1 parent aafb5e5 commit 5ac339d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ authors = [{ name = "F. F. Martinez Gamo" }]
2121
python = "^3.10"
2222
# Minimal core - truly minimal for primality testing
2323
networkx = {version = "^2.6", optional = true}
24-
cachetools = {version = "^5.0", optional = true}
24+
cachetools = {version = "^7.0", optional = true}
2525
numpy = {version = "^1.24", optional = true}
2626
scipy = {version = "^1.9", optional = true}
2727
sympy = {version = "^1.10", optional = true}

0 commit comments

Comments
 (0)