From 1def4da4a1a2d636daf63247210fe8e3331decaf Mon Sep 17 00:00:00 2001 From: Keda87 Date: Mon, 4 Mar 2019 15:40:48 +0700 Subject: [PATCH] Security update requests dependency --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c25770e..3999a2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -requests===2.10.0 +requests===2.21.0 diff --git a/setup.py b/setup.py index 634f4bc..d9a4103 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='chuck-norris-python', - version='1.1', + version='1.2', packages=['chuck'], license='MIT', long_description='Python wrapper for "The Internet Chuck Norris Database" http://www.icndb.com/api/',