Skip to content

Commit

Permalink
PAPP-34915 fix library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mnordby-splunk committed Nov 7, 2024
1 parent 5bef4e1 commit 7b3669a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
12 changes: 4 additions & 8 deletions misp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2369,6 +2369,10 @@
{
"module": "wrapt",
"input_file": "wheels/py39/wrapt-1.16.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "zipp",
"input_file": "wheels/py3/zipp-3.19.1-py3-none-any.whl"
}
]
},
Expand Down Expand Up @@ -2402,21 +2406,13 @@
"module": "pyrsistent",
"input_file": "wheels/py36/pyrsistent-0.18.0-cp36-cp36m-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux_2_28_x86_64.whl"
},
{
"module": "setuptools",
"input_file": "wheels/py3/setuptools-59.6.0-py3-none-any.whl"
},
{
"module": "typing_extensions",
"input_file": "wheels/py3/typing_extensions-4.1.1-py3-none-any.whl"
},
{
"module": "wrapt",
"input_file": "wheels/py36/wrapt-1.16.0-cp36-cp36m-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux_2_28_x86_64.whl"
},
{
"module": "zipp",
"input_file": "wheels/py3/zipp-3.6.0-py3-none-any.whl"
}
]
}
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ cachetools==4.2.2
Deprecated==1.2.12
jsonschema==3.2.0
pymisp==2.4.138
setuptools==75.3.0
zipp==3.19.1
Binary file removed wheels/py3/setuptools-59.6.0-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/zipp-3.19.1-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/zipp-3.6.0-py3-none-any.whl
Binary file not shown.

0 comments on commit 7b3669a

Please sign in to comment.