diff --git a/pyproject.toml b/pyproject.toml index 0977d6c..2036803 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = {text = "MIT"} dependencies = [ "attack-v19-core @ git+https://github.com/poojakira/attack-v19-core.git", "mitreattack-python==3.0.3", - "stix2==3.0.1", + "stix2==3.0.2", "pydantic==2.7.4", ] diff --git a/requirements.txt b/requirements.txt index c0b171c..f2f97eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ attack-v19-core @ git+https://github.com/poojakira/attack-v19-core.git@1.0.0 mitreattack-python==3.0.3 -stix2==3.0.1 +stix2==3.0.2 pydantic==2.7.4 pytest==8.2.1 \ No newline at end of file