diff --git a/misp.json b/misp.json index 75ca840..c1901ac 100644 --- a/misp.json +++ b/misp.json @@ -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" } ] }, @@ -2402,10 +2406,6 @@ "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" @@ -2413,10 +2413,6 @@ { "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" } ] } diff --git a/requirements.txt b/requirements.txt index f95e00e..b5f6b78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/wheels/py3/setuptools-59.6.0-py3-none-any.whl b/wheels/py3/setuptools-59.6.0-py3-none-any.whl deleted file mode 100644 index 08d7e94..0000000 Binary files a/wheels/py3/setuptools-59.6.0-py3-none-any.whl and /dev/null differ diff --git a/wheels/py3/zipp-3.19.1-py3-none-any.whl b/wheels/py3/zipp-3.19.1-py3-none-any.whl new file mode 100644 index 0000000..b29ccd3 Binary files /dev/null and b/wheels/py3/zipp-3.19.1-py3-none-any.whl differ diff --git a/wheels/py3/zipp-3.6.0-py3-none-any.whl b/wheels/py3/zipp-3.6.0-py3-none-any.whl deleted file mode 100644 index bc23f25..0000000 Binary files a/wheels/py3/zipp-3.6.0-py3-none-any.whl and /dev/null differ