From a76212a5adfdae0d84519c358602909955ed44a0 Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Fri, 10 Jan 2025 17:15:30 +0100 Subject: [PATCH] chg: [poetry, package] Bumped versions --- misp_stix_converter/__init__.py | 2 +- poetry.lock | 6 +++--- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/misp_stix_converter/__init__.py b/misp_stix_converter/__init__.py index 8ad0823..2ce1710 100644 --- a/misp_stix_converter/__init__.py +++ b/misp_stix_converter/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2025.01.09' +__version__ = '2025.01.10' import argparse from .misp_stix_mapping import Mapping # noqa diff --git a/poetry.lock b/poetry.lock index 99b734a..171c267 100644 --- a/poetry.lock +++ b/poetry.lock @@ -486,13 +486,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "publicsuffixlist" -version = "1.0.2.20250108" +version = "1.0.2.20250110" description = "publicsuffixlist implement" optional = false python-versions = ">=3.5" files = [ - {file = "publicsuffixlist-1.0.2.20250108-py2.py3-none-any.whl", hash = "sha256:44d4e29eecc46f31b5b8013234bb8bea61d20cac4ed2d77908e87ea7667df79f"}, - {file = "publicsuffixlist-1.0.2.20250108.tar.gz", hash = "sha256:82491c0909a012b50aadc9514f655af0d2131c1a3b0e769d122a8c341e5bfd59"}, + {file = "publicsuffixlist-1.0.2.20250110-py2.py3-none-any.whl", hash = "sha256:4d478402ba129ba5a7556d0345fd242a76c1e9c55f621d38c8aca9534d9f3906"}, + {file = "publicsuffixlist-1.0.2.20250110.tar.gz", hash = "sha256:a86def63a2d69b7376453884ae6cfc1fae38605b0c4635d2d9932905bcbb3132"}, ] [package.extras] diff --git a/pyproject.toml b/pyproject.toml index 567da5c..52ef3ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "misp-stix" -version = "2025.01.09" +version = "2025.01.10" description = "Python scripts used by MISP to export MISP format into STIX and to import STIX into MISP format." authors = ["Christian Studer "] maintainers = ["Christian Studer "]