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

Commit

Permalink
Update dependency PyYAML to v5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteSource for GitHub.com committed Jul 15, 2021
1 parent f30f7dd commit 8fe27f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jenkins/pyinstaller/v1/requirements.txt
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 8fe27f6

Please sign in to comment.