chg: Bump deps

pull/32/head
Raphaël Vinot 2022-01-13 08:39:20 +01:00
parent 090bacec29
commit 82b00666ca
2 changed files with 419 additions and 326 deletions

734
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -22,17 +22,18 @@ classifiers=[
python = "^3.8" python = "^3.8"
lxml = "^4.6.2" lxml = "^4.6.2"
exifread = "^2.3.2" exifread = "^2.3.2"
pillow = "^8.0.1" pillow = "^9.0.0"
olefile = "^0.46" olefile = "^0.46"
oletools = "^0.56" oletools = "^0.60"
python-magic = "^0.4.18" python-magic = "^0.4.18"
officedissector = {git = "https://github.com/grierforensics/officedissector.git"} officedissector = {git = "https://github.com/grierforensics/officedissector.git"}
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
tox = "^3.20.1" tox = "^3.20.1"
pytest-cov = "^2.10.1" pytest-cov = "^3.0.0"
PyYAML = "^5.3.1" PyYAML = "^6.0"
mypy = "^0.790" mypy = "^0.931"
types-PyYAML = "^6.0.3"
[build-system] [build-system]
requires = ["poetry_core>=1.0", "setuptools"] requires = ["poetry_core>=1.0", "setuptools"]