Fix scone-sous by updating to cattrs 1.7

This commit is contained in:
Olivier 'reivilibre' 2021-06-26 14:06:03 +01:00
parent a0a46c8e88
commit a3d27f6e2b

View File

@ -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",
]