Skip to content

Commit af18060

Browse files
authored
feat: add support for cachetools 6.0 (#1773)
1 parent e9afe79 commit af18060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
DEPENDENCIES = (
23-
"cachetools>=2.0.0,<6.0",
23+
"cachetools>=2.0.0,<7.0",
2424
"pyasn1-modules>=0.2.1",
2525
# rsa==4.5 is the last version to support 2.7
2626
# https://github.com/sybrenstuvel/python-rsa/issues/152#issuecomment-643470233

0 commit comments

Comments
 (0)