From 7e6d44db0738c5f763b1b336e9fa433cf71cd349 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Tue, 3 Dec 2024 18:58:09 +0100 Subject: [PATCH] bump minimum version of cachecontrol needed for mypyc --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 155a8210..6e1cd7f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires = [ "types-dataclasses", "ruamel.yaml>=0.17.6, < 0.19", "types-setuptools", - "CacheControl[filecache] >= 0.13.1, < 0.15" + "CacheControl[filecache] >= 0.14.0, < 0.15" ] build-backend = "setuptools.build_meta"