Skip to content

Commit

Permalink
Pin python packages (#3249)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5722257)
  • Loading branch information
Mikaayenson authored and github-actions[bot] committed Oct 30, 2023
1 parent b0f1f44 commit 52e24d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 52e24d7

Please sign in to comment.