chg: Bump deps, move to poetry 1.3

pull/46/head
Raphaël Vinot 2022-12-19 14:15:50 +01:00
parent 85af53bff0
commit 033cce4e73
2 changed files with 611 additions and 604 deletions

1211
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@ classifiers=[
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
lxml = "^4.9.1" lxml = "^4.9.2"
exifread = "^3.0.0" exifread = "^3.0.0"
pillow = "^9.3.0" pillow = "^9.3.0"
olefile = "^0.46" olefile = "^0.46"
@ -29,7 +29,7 @@ python-magic = "^0.4.27"
officedissector = {git = "https://github.com/Rafiot/officedissector.git"} officedissector = {git = "https://github.com/Rafiot/officedissector.git"}
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
tox = "^4.0.2" tox = "^4.0.14"
pytest-cov = "^4.0.0" pytest-cov = "^4.0.0"
PyYAML = "^6.0" PyYAML = "^6.0"
mypy = "^0.991" mypy = "^0.991"