From fa42be77a67ce50009817f137ad5a7311b0b3afb Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 9 Jul 2021 10:09:05 -0400 Subject: [PATCH] Remove upper pinning on tomli the best practice is to only `<` when you know something is broken, and even then prefer `!=` assuming it will be fixed upstream for maximum compatibility --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 094dfed87..ca1d2c2bd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ install_requires = packaging pluggy>=0.12,<1.0.0a1 py>=1.8.2 - tomli>=1.0.0,<2.0.0 + tomli>=1.0.0 atomicwrites>=1.0;sys_platform=="win32" colorama;sys_platform=="win32" importlib-metadata>=0.12;python_version<"3.8"