Skip to content

Commit c5d5d8a

Browse files
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](OTRF/ATTACK-Python-Client@0.4.0...0.5.4) --- updated-dependencies: - dependency-name: attackcti dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e2b421 commit c5d5d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PyYAML = "^6.0.2"
1818
requests = "~2.32.3"
1919
pycvesearch = "^1.2"
2020
xmltodict = ">=0.13,<0.15"
21-
attackcti = "^0.4.0"
21+
attackcti = ">=0.4,<0.6"
2222
Jinja2 = "^3.1.4"
2323
questionary = "^2.0.1"
2424
docker = "^7.1.0"

0 commit comments

Comments
 (0)