Skip to content

Commit 39a36a9

Browse files
deps(deps): update cachetools requirement from ^5.0 to ^6.2
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...v6.2.2) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aafb5e5 commit 39a36a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = "^6.2", 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)