Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 2d680f3

Browse files
committed
Address security alert for pyyaml
1 parent b58f2a7 commit 2d680f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PyYAML==3.11
1+
PyYAML==4.2b1
22
munch==2.2.0
33
future==0.16.0
44
-e git+https://github.com/ColorGenomics/[email protected]#egg=clrypt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
url = "https://github.com/ColorGenomics/clrenv",
1515
packages = ["clrenv"],
1616
install_requires=[
17-
'PyYAML>=3.10',
17+
'PyYAML>=4.2b1',
1818
'munch>=2.2.0',
1919
'future==0.16.0',
2020
],

0 commit comments

Comments
 (0)