From 355969bee808b698a7600d69221ec44235459142 Mon Sep 17 00:00:00 2001 From: Alexander Mazuruk Date: Wed, 7 Apr 2021 03:19:55 +0200 Subject: Dependencies update: requests, pyOpenSSL, six, psycopg2 Changelogs of updated packages: https://github.com/psf/requests/blob/master/HISTORY.md https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst https://github.com/benjaminp/six/blob/master/CHANGES https://github.com/psycopg/psycopg2/blob/master/NEWS Issue-ID: DCAEGEN2-2720 Signed-off-by: Alexander Mazuruk Change-Id: I900740df0890b8d04c700fa9dd56041099869eae --- requirements.txt | 8 ++++---- setup.py | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 24b0684..84cfbb0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -requests==2.18.3 +requests==2.23.0 onap_dcae_cbs_docker_client==1.0.1 -six==1.10.0 +six==1.15.0 PyYAML==3.13 httplib2==0.19.0 HTTPretty==1.0.5 -pyOpenSSL==17.5.0 +pyOpenSSL==20.0.1 Wheel==0.36.2 -psycopg2-binary==2.8.5 +psycopg2-binary==2.8.6 diff --git a/setup.py b/setup.py index 67d7308..f547781 100644 --- a/setup.py +++ b/setup.py @@ -39,15 +39,15 @@ setup( #packages=find_packages(exclude=["tests.*", "tests"]), packages=find_packages(), install_requires=[ -"requests==2.18.3", +"requests==2.23.0", "onap_dcae_cbs_docker_client==1.0.1", -"six==1.10.0", +"six==1.15.0", "PyYAML==3.13", "httplib2==0.19.0", "HTTPretty==1.0.5", -"pyOpenSSL==17.5.0", +"pyOpenSSL==20.0.1", "Wheel==0.36.2", -"psycopg2-binary==2.8.5" +"psycopg2-binary==2.8.6" ], author = "Vijay Venkatesh Kumar", author_email = "vv770d@att.com", -- cgit 1.2.3-korg