chg: Bump deps

pull/860/head
Raphaël Vinot 2022-09-09 11:49:14 +02:00
parent c47e235a4e
commit c1dbd8b0dc
3 changed files with 422 additions and 357 deletions

761
poetry.lock generated

File diff suppressed because it is too large Load Diff

@ -1 +1 @@
Subproject commit 66a9b8eee70ce3ac7ff5f2225cd7f78fe4630143
Subproject commit 3cf9307b24232b209545261c7cbf075ce4d92a66

View File

@ -44,9 +44,9 @@ include = [
python = "^3.7"
requests = "^2.28.1"
python-dateutil = "^2.8.2"
jsonschema = "^4.9.1"
jsonschema = "^4.15.0"
deprecated = "^1.2.13"
extract_msg = {version = "^0.36.1", optional = true}
extract_msg = {version = "^0.36.3", optional = true}
RTFDE = {version = "^0.0.2", optional = true}
oletools = {version = "^0.60.1", optional = true}
python-magic = {version = "^0.4.27", optional = true}
@ -58,9 +58,9 @@ sphinx-autodoc-typehints = {version = "^1.19.2", optional = true}
recommonmark = {version = "^0.7.1", optional = true}
reportlab = {version = "^3.6.11", optional = true}
pyfaup = {version = "^1.2", optional = true}
publicsuffixlist = {version = "^0.7.13", optional = true}
publicsuffixlist = {version = "^0.8.0", optional = true}
chardet = {version = "^5.0.0", optional = true}
urllib3 = {extras = ["brotli"], version = "^1.26.11", optional = true}
urllib3 = {extras = ["brotli"], version = "^1.26.12", optional = true}
[tool.poetry.extras]
fileobjects = ['python-magic', 'pydeep2', 'lief']
@ -73,13 +73,13 @@ email = ['extract_msg', "RTFDE", "oletools"]
brotli = ['urllib3']
[tool.poetry.dev-dependencies]
requests-mock = "^1.9.3"
requests-mock = "^1.10.0"
mypy = "^0.971"
ipython = "^7.34.0"
jupyterlab = "^3.4.4"
types-requests = "^2.28.8"
jupyterlab = "^3.4.6"
types-requests = "^2.28.10"
types-python-dateutil = "^2.8.19"
types-redis = "^4.3.13"
types-redis = "^4.3.20"
types-Flask = "^1.1.6"
pytest-cov = "^3.0.0"