From: Stefano Rivera <stefanor@debian.org>
Date: Fri, 16 Jun 2023 12:29:59 -0400
Subject: Permit cachecontral 0.13 to be installed

Origin: https://github.com/common-workflow-language/schema_salad/commit/96a0e58ce8fe90a9c7a93d20ffde3df8b451965d
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 5cfdfc5..b083e7e 100644
--- a/setup.py
+++ b/setup.py
@@ -86,7 +86,7 @@ install_requires = [
     "rdflib >= 4.2.2, < 7.0.0",
     "rdflib-jsonld>=0.4.0, <= 0.6.1;python_version<='3.6'",
     "mistune>=2.0.3,<2.1",
-    "CacheControl[filecache] >= 0.11.7, < 0.13",
+    "CacheControl[filecache] >= 0.11.7, < 0.14",
     "mypy_extensions",
 ]
 
