From 304d7bf636a094f41f8d35783244a0f6a77c6796 Mon Sep 17 00:00:00 2001 From: Rafael Leira Date: Tue, 6 Jul 2021 12:49:37 +0200 Subject: [PATCH] update itsdangerous restriction to ~=2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 89eb5db..e927b1c 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ REQUIREMENTS = [ 'Django>=2.2', - 'itsdangerous<1.0.0', + 'itsdangerous~=2.0', 'webservices[django]', ]