From f325672b86b1acb83bb2db0dee882471fba5849f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 23 Nov 2024 08:05:51 -0300 Subject: [PATCH] Update wheel from 0.31.1 to 0.45.1 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index db3c6126..9c1bf752 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -2,7 +2,7 @@ # like Pillow and psycopg2 # See http://bitly.com/wheel-building-fails-CPython-35 # Verified bug on Python 3.5.1 -wheel==0.31.1 +wheel==0.45.1 # Bleeding edge Django django==1.11.16