From 23213f7e72d081e061a706b6d660be8bdd035eaf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 13 Dec 2020 17:15:55 -0500 Subject: [PATCH] Update wheel from 0.35.1 to 0.36.2 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 21a03fdf..90614e3d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ build = bork==5.0.0 pip==20.3.1 setuptools==50.3.2 - wheel==0.35.1 + wheel==0.36.2 # testing and linting are split, to avoid CI problems # with Python 3.6 and 3.8 on FreeBSD.