From 0093f1489f78db0684f0ddd908432b5628fe50b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 21:49:53 +0000 Subject: [PATCH] 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 b1e53887..ed6b58a9 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"