Fix PyYAML dependabot alert (#30)

Use appropriate version of PyYAML which has security fix

Signed-off-by: Rushi Agrawal <[email protected]>
This commit is contained in:
Rushi Agrawal
2021-08-17 15:46:49 +03:00
committed by GitHub
parent 9c87c74114
commit 75eb02aca8
+1 -3
View File
@@ -11,10 +11,8 @@ jinja2
numpy; python_version<"3.10"
pandas; python_version<"3.10"
# PyYAML 5.3 dropped support for Python 3.4 while
# not amending that requirement to the package. :(
pyyaml>=5.4; python_version>="3.6"
pyyaml<5.3; python_version<"3.6"
pyyaml<5.3.1; python_version<"3.6"
isort
black; python_version>="3.6"