Skip to content

Commit 8ea353c

Browse files
committed
chg: [poetry] Updated version
1 parent 7ea040a commit 8ea353c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

misp_stix_converter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.4.188'
1+
__version__ = '2.4.193'
22

33
import argparse
44
from .misp_stix_mapping import Mapping # noqa

pyproject.toml

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

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

0 commit comments

Comments
 (0)