Skip to content

Commit 6ccd9a5

Browse files
DEP(deps): Update cachetools requirement from ~=5.0.0 to ~=7.0.6
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.6) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b0b641f commit 6ccd9a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pytest
22
requests~=2.27.1
33
six>=1.15,<2
44
boto3~=1.21.25
5-
cachetools~=5.0.0
5+
cachetools~=7.0.6
66
setuptools~=60.10.0
77
pytz~=2022.1
88
confuse~=1.7.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"requests",
1010
"six>=1.15,<2",
1111
"boto3>=1.16.39,<2",
12-
"cachetools>=4.2,<5.1",
12+
"cachetools>=4.2,<7.1",
1313
"pytz",
1414
"confuse>=1.4,<1.8"
1515
],

0 commit comments

Comments
 (0)