From 2dca78744dfee2f1edb796edcbee90c98dc7e9c8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Feb 2021 18:06:00 -0500 Subject: [PATCH] Update setuptools from 52.0.0 to 53.0.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e8f0cce6..6c21cb6e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ python_requires = >=3.5 build = bork==5.1.0 pip==21.0.1 - setuptools==52.0.0 + setuptools==53.0.0 wheel==0.36.2 # testing and linting are split, to avoid CI problems