From 45bc8d590a76250754901e8815bed39828fa7604 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 14 Aug 2020 15:35:14 -0400 Subject: [PATCH] Update wheel from 0.34.2 to 0.35.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index eac19ad3..1c1a7d47 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ build = bork==5.0.0 pip==20.2.2 setuptools==49.6.0 - wheel==0.34.2 + wheel==0.35.1 # testing and linting are split, to avoid CI problems # with Python 3.6 and 3.8 on FreeBSD.