From 87a7f921546479e48d8b24a63edd822594c77285 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Fri, 30 Aug 2019 20:35:49 -0400 Subject: [PATCH] Update requirements of pip, setuptools, and wheel --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8fdd84d5..5f062a55 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -pip>=19.2.2 -setuptools>=41.1.0 -wheel>=0.33.4 +pip>=19.2.3 +setuptools>=41.2.0 +wheel>=0.33.6 six>=1.12.0 nose>=1.3.7 ipdb>=0.12.2