Skip to content

Commit 0440c6c

Browse files
updated pyproject.toml (#2991)
(cherry picked from commit 29fc61d)
1 parent b313e6d commit 0440c6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ dependencies = [
3434
"marshmallow~=3.13.0",
3535
"pywin32 ; platform_system=='Windows'",
3636
"pytoml",
37-
"PyYAML~=5.3",
37+
"PyYAML~=5.3 ; python_version<='3.9'",
38+
"PyYAML~=6.0.1 ; python_version>='3.10'",
3839
"requests~=2.27",
3940
"toml==0.10.0",
4041
"typing-inspect==0.8.0",

0 commit comments

Comments
 (0)