Skip to content

Commit 74ed3d9

Browse files
authored
Because of cython>3 release we need to update PyYaml (#1015)
1 parent 75bed27 commit 74ed3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def find_version(*file_paths):
4646
"pytest-random-order>=1.0.4",
4747
"pytest-localserver>=0.5.0",
4848
"Werkzeug>=2.2.0",
49-
"PyYAML>=5.1,<6.0",
49+
"PyYAML>=6.0.1",
5050
"requests>=2.22",
5151
"hypothesis>=4.32",
5252
"colorama>=0.4.1",

0 commit comments

Comments
 (0)