From e474321f12b960c401c344076817be9db66e8ba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 16:34:50 +0000 Subject: [PATCH] chore(deps): bump stix2 from 3.0.1 to 3.0.2 Bumps [stix2](https://github.com/oasis-open/cti-python-stix2) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/oasis-open/cti-python-stix2/releases) - [Changelog](https://github.com/oasis-open/cti-python-stix2/blob/master/CHANGELOG) - [Commits](https://github.com/oasis-open/cti-python-stix2/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: stix2 dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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