File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- __version__ = '2.4.196.1 '
1+ __version__ = '20241220 '
22
33import argparse
44from .misp_stix_mapping import Mapping # noqa
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " misp-stix"
3- version = " 2.4.196.1 "
3+ version = " 20241220 "
44description = " Python scripts used by MISP to export MISP format into STIX and to import STIX into MISP format."
55authors = [" Christian Studer <christian.studer@circl.lu>" ]
66maintainers = [" Christian Studer <christian.studer@circl.lu>" ]
@@ -42,7 +42,7 @@ misp_stix_converter = 'misp_stix_converter:main'
4242
4343[tool .poetry .dependencies ]
4444python = " ^3.9"
45- pymisp = " ^2.4.196 "
45+ pymisp = " ^2.5.4 "
4646stix = " ^1.2.0"
4747cybox = " ^2.1.0"
4848mixbox = " ^1.0.3"
Original file line number Diff line number Diff line change 2323 description = 'Python scripts to convert MISP into STIX or STIX into MISP' ,
2424 long_description = long_description ,
2525 long_description_content_type = 'text/markdown' ,
26- python_requires = '>=3.8 ' ,
26+ python_requires = '>=3.9 ' ,
2727 packages = ['misp_stix_converter' ],
2828 entry_points = {"console_scripts" : ["misp_stix_converter = misp_stix_converter:main" ]},
2929 classifiers = [
3434 'Intended Audience :: Science/Research' ,
3535 'Intended Audience :: Telecommunications Industry' ,
3636 'Intended Audience :: Information Technology' ,
37- 'Programming Language :: Python :: 3.8' ,
3837 'Programming Language :: Python :: 3.9' ,
3938 'Programming Language :: Python :: 3.10' ,
4039 'Programming Language :: Python :: 3.11' ,
40+ 'Programming Language :: Python :: 3.12' ,
41+ 'Programming Language :: Python :: 3.13' ,
4142 'Topic :: Security' ,
4243 'Topic :: Internet' ,
4344 ],
You can’t perform that action at this time.
0 commit comments