Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit ff5e238

Browse files
author
WhiteSource for GitHub.com
committed
Update dependency PyYAML to v5.4
1 parent 3d35726 commit ff5e238

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

jenkins/pyinstaller/v1/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pyinstaller==3.5
33
aiohttp==3.6.1
44
paramiko==2.7.1
55
toml==0.10.0
6-
PyYAML==5.1.2
6+
PyYAML==5.4
77
configparser==4.0.2
88
argparse==1.4.0
99
dict2xml==1.6.1

jenkins/pyinstaller/v2/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
setuptools==36.0.1
22
pyinstaller==3.5
3-
PyYAML==5.1.2
3+
PyYAML==5.4
44
argparse==1.4.0
55
dataclasses==0.7
66
python-consul==1.1.0

jenkins/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setuptools==36.0.1
2-
PyYAML==5.1.2
2+
PyYAML==5.4
33
argparse==1.4.0
44
dataclasses==0.7
55
python-consul==1.1.0

0 commit comments

Comments
 (0)