Pin python packages (#3249)

This commit is contained in:
Mika Ayenson
2023-10-30 12:53:26 -05:00
committed by GitHub
parent 5c5d1b214b
commit 5722257119
+2 -2
View File
@@ -27,13 +27,13 @@ dependencies = [
"eql==0.9.18",
"jsl==0.2.4",
"jsonschema==3.2.0",
"marko",
"marko==2.0.1",
"marshmallow-dataclass[union]~=8.5.12",
"marshmallow-jsonschema~=0.12.0",
"marshmallow-union~=0.1.15",
"marshmallow~=3.13.0",
"pywin32 ; platform_system=='Windows'",
"pytoml",
"pytoml==0.1.21",
"PyYAML~=5.3 ; python_version<='3.9'",
"PyYAML~=6.0.1 ; python_version>='3.10'",
"requests~=2.27",