Skip to content

Commit 7e6d44d

Browse files
committed
bump minimum version of cachecontrol needed for mypyc
1 parent ecbbb87 commit 7e6d44d

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
@@ -8,7 +8,7 @@ requires = [
88
"types-dataclasses",
99
"ruamel.yaml>=0.17.6, < 0.19",
1010
"types-setuptools",
11-
"CacheControl[filecache] >= 0.13.1, < 0.15"
11+
"CacheControl[filecache] >= 0.14.0, < 0.15"
1212
]
1313
build-backend = "setuptools.build_meta"
1414

0 commit comments

Comments
 (0)