mirror of https://github.com/MISP/mail_to_misp
chg: Bump deps
parent
988186507a
commit
28cafb791d
|
@ -11,10 +11,10 @@ from email import message_from_bytes, policy, message
|
|||
|
||||
from . import urlmarker
|
||||
from . import hashmarker
|
||||
from pyfaup.faup import Faup
|
||||
from pyfaup.faup import Faup # type: ignore
|
||||
from pymisp import ExpandedPyMISP, MISPEvent, MISPObject, MISPSighting, InvalidMISPObject
|
||||
from pymisp.tools import EMailObject, make_binary_objects, VTReportObject
|
||||
from defang import refang
|
||||
from defang import refang # type: ignore
|
||||
try:
|
||||
import dns.resolver
|
||||
HAS_DNS = True
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -14,31 +14,31 @@ readme = "README.md"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8.1"
|
||||
requests = "^2.28.1"
|
||||
requests = "^2.28.2"
|
||||
python-dateutil = "^2.8.2"
|
||||
jsonschema = "^4.17.3"
|
||||
deprecated = "^1.2.13"
|
||||
dnspython = "^2.2.1"
|
||||
dnspython = "^2.3.0"
|
||||
defang = "^0.5.3"
|
||||
extract_msg = {version = "^0.38.4", optional = true}
|
||||
extract_msg = {version = "^0.39.1", optional = true}
|
||||
RTFDE = {version = "^0.0.2", optional = true}
|
||||
oletools = {version = "^0.60.1", optional = true}
|
||||
python-magic = {version = "^0.4.27", optional = true}
|
||||
pydeep = {version = "^0.4", optional = true}
|
||||
lief = {version = "^0.12.3", optional = true}
|
||||
beautifulsoup4 = {version = "^4.11.1", optional = true}
|
||||
beautifulsoup4 = {version = "^4.11.2", optional = true}
|
||||
validators = {version = "^0.20.0", optional = true}
|
||||
sphinx-autodoc-typehints = {version = "^1.19.5", optional = true}
|
||||
sphinx-autodoc-typehints = {version = "^1.22", optional = true}
|
||||
recommonmark = {version = "^0.7.1", optional = true}
|
||||
reportlab = {version = "^3.6.12", optional = true}
|
||||
pyfaup = {version = "^1.2", optional = false}
|
||||
urllib3 = {extras = ["brotli"], version = "^1.26.13", optional = true}
|
||||
pymisp = "^2.4.166"
|
||||
flask = "^2.2.2"
|
||||
urllib3 = {extras = ["brotli"], version = "^1.26.14", optional = true}
|
||||
pymisp = "^2.4.168"
|
||||
flask = "^2.2.3"
|
||||
flask-bootstrap = "^3.3.7.1"
|
||||
gunicorn = "^20.1.0"
|
||||
chardet = "^5.1.0"
|
||||
aiosmtpd = "^1.4.2"
|
||||
aiosmtpd = "^1.4.4.post2"
|
||||
|
||||
[tool.poetry.extras]
|
||||
fileobjects = ['python-magic', 'pydeep', 'lief']
|
||||
|
@ -55,10 +55,10 @@ nose = "^1.3.7"
|
|||
coveralls = "^3.3.1"
|
||||
codecov = "^2.1.12"
|
||||
requests-mock = "^1.10.0"
|
||||
mypy = "^0.991"
|
||||
mypy = "^1.0.0"
|
||||
flake8 = "^6.0.0"
|
||||
ipython = "^8.10.0"
|
||||
jupyterlab = "^3.5.1"
|
||||
jupyterlab = "^3.6.1"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry_core>=1.0", "setuptools"]
|
||||
|
|
Loading…
Reference in New Issue