Skip to content

Commit 21fae0f

Browse files
committed
chg: [poetry] Latest version
1 parent 95ed0c0 commit 21fae0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

misp_stix_converter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.4.193'
1+
__version__ = '2.4.194'
22

33
import argparse
44
from .misp_stix_mapping import Mapping # noqa

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "misp-stix"
3-
version = "2.4.193"
3+
version = "2.4.194"
44
description = "Python scripts used by MISP to export MISP format into STIX and to import STIX into MISP format."
55
authors = ["Christian Studer <[email protected]>"]
66
maintainers = ["Christian Studer <[email protected]>"]
@@ -41,7 +41,7 @@ misp_stix_converter = 'misp_stix_converter:main'
4141

4242
[tool.poetry.dependencies]
4343
python = "^3.8"
44-
pymisp = "^2.4.190"
44+
pymisp = "^2.4.193"
4545
stix = "^1.2.0"
4646
cybox = "^2.1.0"
4747
mixbox = "^1.0.3"

0 commit comments

Comments
 (0)