From 6987016ea6c06169bb8f198d7006b96c0791cf3d Mon Sep 17 00:00:00 2001 From: Jesper Ekhall Date: Fri, 26 Apr 2024 15:10:04 +0200 Subject: [PATCH] Upgrade package cachetools. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1b5018a..e28e11a 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ GENERIC_REQ = [ "requests==2.31.0", "pyrfc3339==1.1", - "cachetools==3.1.1", # Newer versions require Python 3 + "cachetools==5.3.3", ] CODE_QUALITY_REQ = [