From a3d27f6e2b7a0756d51d74be4965801f72292dc3 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Sat, 26 Jun 2021 14:06:03 +0100 Subject: [PATCH] Fix scone-sous by updating to cattrs 1.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4903cfe..f403978 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ REQUIRED = [ "setuptools~=49.1.2", "toml~=0.10.1", "attrs~=19.3.0", - "cattrs~=1.0.0", + "cattrs~=1.7", "canonicaljson~=1.2.0", "immutabledict==1.0.0", ]