From 9d18bc57924cbd2d37a9915053e8b7e1395afe64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 00:58:07 +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 7d15db05..47ab8aa2 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"