File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- __version__ = '2.4.188 '
1+ __version__ = '2.4.193 '
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.188 "
3+ version = " 2.4.193 "
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>" ]
@@ -41,7 +41,7 @@ misp_stix_converter = 'misp_stix_converter:main'
4141
4242[tool .poetry .dependencies ]
4343python = " ^3.8"
44- pymisp = " ^2.4.187 "
44+ pymisp = " ^2.4.190 "
4545stix = " ^1.2.0"
4646cybox = " ^2.1.0"
4747mixbox = " ^1.0.3"
You can’t perform that action at this time.
0 commit comments