chg: Bump deps

pull/35/head
Raphaël Vinot 2022-11-11 11:25:41 +01:00
parent 62b46044f2
commit 4e4e479a0f
2 changed files with 424 additions and 353 deletions

757
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -20,21 +20,21 @@ classifiers=[
[tool.poetry.dependencies]
python = "^3.8"
lxml = "^4.8.0"
exifread = "^2.3.2"
pillow = "^9.0.1"
lxml = "^4.9.1"
exifread = "^3.0.0"
pillow = "^9.3.0"
olefile = "^0.46"
oletools = "^0.60"
python-magic = "^0.4.25"
oletools = "^0.60.1"
python-magic = "^0.4.27"
officedissector = {git = "https://github.com/grierforensics/officedissector.git"}
[tool.poetry.dev-dependencies]
tox = "^3.20.1"
pytest-cov = "^3.0.0"
tox = "^3.27.0"
pytest-cov = "^4.0.0"
PyYAML = "^6.0"
mypy = "^0.941"
types-PyYAML = "^6.0.5"
mypy = "^0.990"
types-PyYAML = "^6.0.12.2"
[build-system]
requires = ["poetry_core>=1.0", "setuptools"]
requires = ["poetry_core>=1.1", "setuptools"]
build-backend = "poetry.core.masonry.api"