From c00a97f77c96ea7f096d85e9d675d6d8be8042d7 Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Tue, 18 Jul 2023 15:27:50 +0200 Subject: [PATCH] Security warning --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a43d7b9..8995fbc 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ install_requires=[ 'aniso8601>=1.2.0', 'Click == 6.7', - 'future==0.16.0', + 'future>=0.18.3', 'jsonschema==2.6.0', 'language-tags==0.4.3', 'openbadges-bakery>=1.0.1',