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 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'requirements.txt') 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 -- cgit 1.2.3-korg