Skip to content

Commit 89aa05d

Browse files
Build(deps-py): Update cachetools requirement in the dependencies group
Updates the requirements on [cachetools](https://github.com/tkem/cachetools) to permit the latest version. Updates `cachetools` to 7.0.0 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v4.0.0...v7.0.0) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.0.0 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9981e42 commit 89aa05d

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
@@ -82,7 +82,7 @@ dependencies = [
8282
"matplotlib",
8383
"scipy",
8484
"deprecation>=2.0.6",
85-
"cachetools>=4,<7",
85+
"cachetools>=4,<8",
8686
"bitstring>=3.1.9,<5",
8787
]
8888

0 commit comments

Comments
 (0)