Skip to content

Commit f6c33d1

Browse files
authored
Merge pull request #200 from joshuaroot/cve-2020-14343
Update requirements.txt
2 parents 7a0c6b5 + c9ae34d commit f6c33d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
logzero>=1.5.0
22
requests>=2.21
3-
pyyaml>=5.3.1
3+
pyyaml~=5.3; python_version < '3.6'
4+
pyyaml~=5.4; python_version >= '3.6'
45
importlib-metadata>=1.2.0; python_version < '3.8'

0 commit comments

Comments
 (0)