chg: Bump deps

pull/1025/head
Raphaël Vinot 2023-07-06 19:07:31 +02:00
parent 4085e0faef
commit fb3171e219
2 changed files with 347 additions and 296 deletions

625
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -44,21 +44,21 @@ include = [
python = "^3.8"
requests = "^2.31.0"
python-dateutil = "^2.8.2"
jsonschema = "^4.17.3"
jsonschema = "^4.18.0"
deprecated = "^1.2.14"
extract_msg = {version = "^0.41.2", optional = true}
extract_msg = {version = "^0.41.5", optional = true}
RTFDE = {version = "^0.0.2", optional = true}
oletools = {version = "^0.60.1", optional = true}
python-magic = {version = "^0.4.27", optional = true}
pydeep2 = {version = "^0.5.1", optional = true}
lief = {version = "^0.13.1", optional = true}
lief = {version = "^0.13.2", optional = true}
beautifulsoup4 = {version = "^4.12.2", optional = true}
validators = {version = "^0.20.0", optional = true}
sphinx-autodoc-typehints = {version = "^1.23.0", optional = true}
sphinx-autodoc-typehints = {version = "^1.23.3", optional = true}
recommonmark = {version = "^0.7.1", optional = true}
reportlab = {version = "^4.0.4", optional = true}
pyfaup = {version = "^1.2", optional = true}
publicsuffixlist = {version = "^0.10.0.20230608", optional = true}
publicsuffixlist = {version = "^0.10.0.20230702", optional = true}
urllib3 = {extras = ["brotli"], version = "*", optional = true}
[tool.poetry.extras]
@ -72,16 +72,16 @@ email = ['extract_msg', "RTFDE", "oletools"]
brotli = ['urllib3']
[tool.poetry.group.dev.dependencies]
requests-mock = "^1.10.0"
mypy = "^1.3.0"
requests-mock = "^1.11.0"
mypy = "^1.4.1"
ipython = [
{version = "<8.13.0", python = "<3.9"},
{version = "^8.13.0", python = ">=3.9"}
]
jupyterlab = "^4.0.1"
jupyterlab = "^4.0.2"
types-requests = "^2.31.0.1"
types-python-dateutil = "^2.8.19.13"
types-redis = "^4.5.5.2"
types-redis = "^4.6.0.2"
types-Flask = "^1.1.6"
pytest-cov = "^4.1.0"