From 031694bad1802a75918b9b97d5c34faac729f0c6 Mon Sep 17 00:00:00 2001 From: Alexander Mazuruk Date: Wed, 7 Apr 2021 03:46:39 +0200 Subject: Dependencies update: PyYAML to 5.4 PyYAML changelog: https://github.com/yaml/pyyaml/blob/master/CHANGES Additionally resolved deprecation warnings from PyYAML. Issue-ID: DCAEGEN2-2720 Signed-off-by: Alexander Mazuruk Change-Id: Ifb06a8a32417e7b4d8fad2b509bc76cbcbc20c55 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 84cfbb0..d72592f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ requests==2.23.0 onap_dcae_cbs_docker_client==1.0.1 six==1.15.0 -PyYAML==3.13 +PyYAML==5.4 httplib2==0.19.0 HTTPretty==1.0.5 pyOpenSSL==20.0.1 -- cgit 1.2.3-korg