Merge pull request #696 from MISP/fix-poetry

add fix as reported here https://github.com/MISP/misp-docker/issues/167
pull/700/head v2.4.198
Stefano Ortolani 2024-10-08 18:57:17 +01:00 committed by GitHub
commit 7e2297aa71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1233 additions and 1057 deletions

2287
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "misp-modules"
version = "2.4.197"
version = "2.4.198"
description = "MISP modules are autonomous modules that can be used for expansion and other services in MISP"
authors = ["Alexandre Dulaunoy <alexandre.dulaunoy@circl.lu>"]
license = "AGPL-3.0-only"
@ -36,6 +36,7 @@ psutil = "*"
pyparsing = "*"
redis = "*"
tornado = "*"
urllib3 = ">=1.26,<2"
## module dependencies (if a dependency fails loading with '*', pin it here)
censys = "2.0.9"
socialscan = "<2.0.0"