Skip to content

Commit 46da4c0

Browse files
committed
update PyYAML to 6.0.1
1 parent d3cbdd0 commit 46da4c0

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

requirements.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
setuptools<45; python_version < "3"
2-
setuptools>=65.5.1; python_version >= "3"
3-
4-
PyYAML>=3.12
5-
enum34==1.0.4; python_version < "3.4"
1+
setuptools<45 ; python_version < "3"
2+
setuptools>=65.5.1 ; python_version >= "3"
3+
PyYAML==6.0.1
4+
enum34==1.0.4 ; python_version < "3.4"
65
stdlib-list>=0.6.0
7-
86
tomlkit>=0.7.0
9-
107
coverage>=5.5
118
pytest>=4.6
129
pytest-cov>=2.12.1
13-
1410
Sphinx>=1.7.6
11+

0 commit comments

Comments
 (0)