chore(shared): update pyyaml version range

This commit is contained in:
jo 2022-07-17 19:48:28 +02:00 committed by Kyle Robbertze
parent bec5772f8b
commit 1a8da4c000
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@
click~=8.0.4
loguru==0.6.0
pydantic
pyyaml
pyyaml>=5.3.1,<6.1

View File

@ -20,7 +20,7 @@ setup(
"click~=8.0.4",
"loguru==0.6.0",
"pydantic",
"pyyaml",
"pyyaml>=5.3.1,<6.1",
],
extras_require={
"dev": [