From d13bb4013af9d0ebd9913adc44977dc92021d684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:36:33 +0000 Subject: [PATCH] deps(deps): bump mitreattack-python from 3.0.3 to 4.0.2 Bumps [mitreattack-python](https://github.com/mitre-attack/mitreattack-python) from 3.0.3 to 4.0.2. - [Release notes](https://github.com/mitre-attack/mitreattack-python/releases) - [Changelog](https://github.com/mitre-attack/mitreattack-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitre-attack/mitreattack-python/compare/v3.0.3...v4.0.2) --- updated-dependencies: - dependency-name: mitreattack-python dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major ... 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 b2177a3..713a9cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.10" license = {text = "MIT"} dependencies = [ "attack-v19-core @ git+https://github.com/poojakira/attack-v19-core.git", - "mitreattack-python==3.0.3", + "mitreattack-python==4.0.2", "stix2==3.0.1", "pydantic==2.7.4", "fastapi==0.110.1", diff --git a/requirements.txt b/requirements.txt index c0b171c..0e78fcd 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 +mitreattack-python==4.0.2 stix2==3.0.1 pydantic==2.7.4 pytest==8.2.1 \ No newline at end of file