From 70737b93f6423fa7aced30f7533b8511c4c1f1c1 Mon Sep 17 00:00:00 2001 From: "WhiteSource for GitHub.com" Date: Wed, 1 Sep 2021 08:25:23 +0000 Subject: [PATCH] Update dependency PyYAML to v5.4 --- jenkins/pyinstaller/v1/requirements.txt | 2 +- jenkins/pyinstaller/v2/requirements.txt | 2 +- jenkins/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jenkins/pyinstaller/v1/requirements.txt b/jenkins/pyinstaller/v1/requirements.txt index 6ffc69bed..518e791f8 100644 --- a/jenkins/pyinstaller/v1/requirements.txt +++ b/jenkins/pyinstaller/v1/requirements.txt @@ -3,7 +3,7 @@ pyinstaller==3.5 aiohttp==3.6.1 paramiko==2.7.1 toml==0.10.0 -PyYAML==5.1.2 +PyYAML==5.4 configparser==4.0.2 argparse==1.4.0 dict2xml==1.6.1 diff --git a/jenkins/pyinstaller/v2/requirements.txt b/jenkins/pyinstaller/v2/requirements.txt index 28a682083..c00fae3a3 100644 --- a/jenkins/pyinstaller/v2/requirements.txt +++ b/jenkins/pyinstaller/v2/requirements.txt @@ -1,6 +1,6 @@ setuptools==36.0.1 pyinstaller==3.5 -PyYAML==5.1.2 +PyYAML==5.4 argparse==1.4.0 dataclasses==0.7 python-consul==1.1.0 diff --git a/jenkins/requirements.txt b/jenkins/requirements.txt index cfe57372a..d85784e28 100644 --- a/jenkins/requirements.txt +++ b/jenkins/requirements.txt @@ -1,5 +1,5 @@ setuptools==36.0.1 -PyYAML==5.1.2 +PyYAML==5.4 argparse==1.4.0 dataclasses==0.7 python-consul==1.1.0