Skip to content

Commit

Permalink
chg: [poetry, package] Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisr3d committed Jan 6, 2025
1 parent 91bb7d0 commit fc2bef8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion misp_stix_converter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.4.196.1'
__version__ = '20241220'

import argparse
from .misp_stix_mapping import Mapping # noqa
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "misp-stix"
version = "2.4.196.1"
version = "20241220"
description = "Python scripts used by MISP to export MISP format into STIX and to import STIX into MISP format."
authors = ["Christian Studer <christian.studer@circl.lu>"]
maintainers = ["Christian Studer <christian.studer@circl.lu>"]
Expand Down Expand Up @@ -42,7 +42,7 @@ misp_stix_converter = 'misp_stix_converter:main'

[tool.poetry.dependencies]
python = "^3.9"
pymisp = "^2.4.196"
pymisp = "^2.5.4"
stix = "^1.2.0"
cybox = "^2.1.0"
mixbox = "^1.0.3"
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
description='Python scripts to convert MISP into STIX or STIX into MISP',
long_description=long_description,
long_description_content_type='text/markdown',
python_requires='>=3.8',
python_requires='>=3.9',
packages=['misp_stix_converter'],
entry_points={"console_scripts": ["misp_stix_converter = misp_stix_converter:main"]},
classifiers=[
Expand All @@ -34,10 +34,11 @@
'Intended Audience :: Science/Research',
'Intended Audience :: Telecommunications Industry',
'Intended Audience :: Information Technology',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Topic :: Security',
'Topic :: Internet',
],
Expand Down

0 comments on commit fc2bef8

Please sign in to comment.