chg: Massive deps upgrade

pull/68/head
Raphaël Vinot 2022-10-19 11:31:53 +02:00
parent 454b5d300a
commit ba38599d4e
2 changed files with 1599 additions and 1026 deletions

2571
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -13,31 +13,31 @@ readme = "README.md"
"Source" = "https://github.com/MISP/mail_to_misp" "Source" = "https://github.com/MISP/mail_to_misp"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.6" python = "^3.8"
requests = "^2.25.0" requests = "^2.28.1"
python-dateutil = "^2.8.1" python-dateutil = "^2.8.2"
jsonschema = "^3.2.0" jsonschema = "^4.16.0"
deprecated = "^1.2.10" deprecated = "^1.2.13"
dnspython = "^2.1" dnspython = "^2.2.1"
defang = "^0.5.3" defang = "^0.5.3"
extract_msg = {version = "^0.28.0", optional = true} extract_msg = {version = "^0.36.4", optional = true}
RTFDE = {version = "^0.0.2", optional = true} RTFDE = {version = "^0.0.2", optional = true}
oletools = {version = "^0.56", optional = true} oletools = {version = "^0.60.1", optional = true}
python-magic = {version = "^0.4.18", optional = true} python-magic = {version = "^0.4.27", optional = true}
pydeep = {version = "^0.4", optional = true} pydeep = {version = "^0.4", optional = true}
lief = {version = "^0.12.2", optional = true} lief = {version = "^0.12.2", optional = true}
beautifulsoup4 = {version = "^4.9.3", optional = true} beautifulsoup4 = {version = "^4.11.1", optional = true}
validators = {version = "^0.18.1", optional = true} validators = {version = "^0.20.0", optional = true}
sphinx-autodoc-typehints = {version = "^1.11.1", optional = true} sphinx-autodoc-typehints = {version = "^1.19.4", optional = true}
recommonmark = {version = "^0.7.1", optional = true} recommonmark = {version = "^0.7.1", optional = true}
reportlab = {version = "^3.5.55", optional = true} reportlab = {version = "^3.6.11", optional = true}
pyfaup = {version = "^1.2", optional = false} pyfaup = {version = "^1.2", optional = false}
urllib3 = {extras = ["brotli"], version = "^1.26.3", optional = true} urllib3 = {extras = ["brotli"], version = "^1.26.12", optional = true}
pymisp = "^2.4.148.1" pymisp = "^2.4.162.1"
flask = "^1.1.2" flask = "^2.2.2"
flask-bootstrap = "^3.3.7" flask-bootstrap = "^3.3.7.1"
gunicorn = "^20.0.4" gunicorn = "^20.1.0"
chardet = "^4.0.0" chardet = "^5.0.0"
aiosmtpd = "^1.4.2" aiosmtpd = "^1.4.2"
[tool.poetry.extras] [tool.poetry.extras]
@ -52,15 +52,13 @@ brotli = ['urllib3']
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
nose = "^1.3.7" nose = "^1.3.7"
coveralls = "^3.0.0" coveralls = "^3.3.1"
codecov = "^2.1.10" codecov = "^2.1.12"
requests-mock = "^1.8.0" requests-mock = "^1.10.0"
mypy = "^0.910" mypy = "^0.982"
flake8 = "^3.8.4" flake8 = "^5.0.4"
ipython = "^7.16.3" ipython = "^8.5.0"
jupyterlab = "^2.2.9" jupyterlab = "^3.4.8"
# jedi 0.18.0 breaks ipython
jedi = "<0.18.0"
[build-system] [build-system]
requires = ["poetry_core>=1.0", "setuptools"] requires = ["poetry_core>=1.0", "setuptools"]