aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAlexander Mazuruk <a.mazuruk@samsung.com>2021-04-07 03:46:39 +0200
committerAlexander Mazuruk <a.mazuruk@samsung.com>2021-04-09 12:22:20 +0200
commit031694bad1802a75918b9b97d5c34faac729f0c6 (patch)
tree3469725d292dfa65e1e530614599ce89dd5599b3 /setup.py
parent355969bee808b698a7600d69221ec44235459142 (diff)
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 <a.mazuruk@samsung.com> Change-Id: Ifb06a8a32417e7b4d8fad2b509bc76cbcbc20c55
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f547781..02990bf 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ setup(
"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",