aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvagrant <vv770d@att.com>2018-07-29 06:13:37 +0000
committervagrant <vv770d@att.com>2018-07-29 06:18:58 +0000
commit97a1640e01c0f101ad0fea9f39e9d9765e99f135 (patch)
tree2126eecc4feb14bb3cbd6e17cb93b9506ce1c183
parent4f3f898f09cf679788b6b9f441a00b4031ed0639 (diff)
fix build issue
Change-Id: I50ee1ce094907b280e94bebb4788d91162aa5bb8 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-650
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8399b28..a299113 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ setup(
packages=find_packages(),
install_requires=[
"pysnmp==4.4.2",
- "requests==2.18.3",
+ "requests==2.19.1",
"onap_dcae_cbs_docker_client==1.0.1"
],
author = "Dave L",