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:
@@ -11,10 +11,8 @@ jinja2
|
|||||||
numpy; python_version<"3.10"
|
numpy; python_version<"3.10"
|
||||||
pandas; 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.4; python_version>="3.6"
|
||||||
pyyaml<5.3; python_version<"3.6"
|
pyyaml<5.3.1; python_version<"3.6"
|
||||||
|
|
||||||
isort
|
isort
|
||||||
black; python_version>="3.6"
|
black; python_version>="3.6"
|
||||||
|
|||||||
Reference in New Issue
Block a user