Skip to content

Commit fc2bef8

Browse files
committed
chg: [poetry, package] Updated versions
1 parent 91bb7d0 commit fc2bef8

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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.196.1'
1+
__version__ = '20241220'
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.196.1"
3+
version = "20241220"
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>"]
@@ -42,7 +42,7 @@ misp_stix_converter = 'misp_stix_converter:main'
4242

4343
[tool.poetry.dependencies]
4444
python = "^3.9"
45-
pymisp = "^2.4.196"
45+
pymisp = "^2.5.4"
4646
stix = "^1.2.0"
4747
cybox = "^2.1.0"
4848
mixbox = "^1.0.3"

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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=[
@@ -34,10 +34,11 @@
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
],

0 commit comments

Comments
 (0)