chg: bump deps

main
Raphaël Vinot 2023-08-16 11:37:42 +02:00
parent 40b92b85bb
commit 09e9266b45
2 changed files with 369 additions and 415 deletions

770
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -20,20 +20,20 @@ classifiers=[
[tool.poetry.dependencies]
python = "^3.8"
lxml = "^4.9.2"
lxml = "^4.9.3"
exifread = "^3.0.0"
pillow = "^9.5.0"
pillow = "^10.0.0"
olefile = "^0.46"
oletools = "^0.60.1"
python-magic = "^0.4.27"
officedissector = {git = "https://github.com/Rafiot/officedissector.git"}
[tool.poetry.dev-dependencies]
tox = "^4.5.1"
pytest-cov = "^4.0.0"
PyYAML = "^6.0"
mypy = "^1.3.0"
types-PyYAML = "^6.0.12.9"
tox = "^4.8.0"
pytest-cov = "^4.1.0"
PyYAML = "^6.0.1"
mypy = "^1.5.0"
types-PyYAML = "^6.0.12.11"
[build-system]
requires = ["poetry_core>=1.2", "setuptools"]