From 78bb9fa4b3101a5515b3af765966376147c5c58e Mon Sep 17 00:00:00 2001 From: Umayr Hassan Date: Sat, 28 Dec 2019 23:01:53 -0800 Subject: [PATCH] Py requirements need to be updated in three places :| --- pinned.txt | 8 ++++---- setup.py | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pinned.txt b/pinned.txt index a60b0b6..a240890 100644 --- a/pinned.txt +++ b/pinned.txt @@ -1,5 +1,5 @@ psutil==5.4.8 -requests==2.21.0 -opentuner==0.8.0 -humanfriendly==4.17 -chainmap==1.0.2 +requests==2.22.0 +opentuner==0.8.2 +humanfriendly==4.18 +chainmap==1.0.3 diff --git a/setup.py b/setup.py index 6e286e6..08a7e35 100644 --- a/setup.py +++ b/setup.py @@ -153,10 +153,10 @@ def load_pinned_deps(self): long_description=open('README.txt').read(), install_requires=[ "opentuner==0.8.2", - "humanfriendly==4.17", - "chainmap==1.0.2", + "humanfriendly==4.18", + "chainmap==1.0.3", "psutil==5.4.8", - "requests==2.21.0" + "requests==2.22.0" ], entry_points={ 'console_scripts': [