From c5d5d8ae80199e87ccd408f8e7f3181b6ee55234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:50:08 +0000 Subject: [PATCH 1/3] Update attackcti requirement from ^0.4.0 to >=0.4,<0.6 Updates the requirements on [attackcti](https://github.com/OTRF/ATTACK-Python-Client) to permit the latest version. - [Release notes](https://github.com/OTRF/ATTACK-Python-Client/releases) - [Changelog](https://github.com/OTRF/ATTACK-Python-Client/blob/master/CHANGELOG.md) - [Commits](https://github.com/OTRF/ATTACK-Python-Client/compare/0.4.0...0.5.4) --- updated-dependencies: - dependency-name: attackcti dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c478963..b7e8e57a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ PyYAML = "^6.0.2" requests = "~2.32.3" pycvesearch = "^1.2" xmltodict = ">=0.13,<0.15" -attackcti = "^0.4.0" +attackcti = ">=0.4,<0.6" Jinja2 = "^3.1.4" questionary = "^2.0.1" docker = "^7.1.0" From 768e60e8824a2d0474bcdcadef96bc2df5ade35f Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Thu, 20 Mar 2025 15:09:22 -0700 Subject: [PATCH 2/3] bump to attackcti >=0.5 for testing --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e401a80d..a56c9ac1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ PyYAML = "^6.0.2" requests = "~2.32.3" pycvesearch = "^1.2" xmltodict = ">=0.13,<0.15" -attackcti = ">=0.4,<0.6" +attackcti = ">=0.5,<0.6" Jinja2 = "^3.1.4" questionary = "^2.0.1" docker = "^7.1.0" From 07d724eb6b475d1d6af247db969b05efd5c508dc Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Thu, 20 Mar 2025 15:13:06 -0700 Subject: [PATCH 3/3] bump attackcti to 0.5.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a56c9ac1..2b9a36f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ PyYAML = "^6.0.2" requests = "~2.32.3" pycvesearch = "^1.2" xmltodict = ">=0.13,<0.15" -attackcti = ">=0.5,<0.6" +attackcti = ">=0.5.4,<0.6" Jinja2 = "^3.1.4" questionary = "^2.0.1" docker = "^7.1.0"