chg: updated Pillow dependency.

This commit is contained in:
Cédric Bonhomme 2021-04-10 10:07:33 +02:00
parent 6d3818ceca
commit 1b484563f5
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 41 additions and 38 deletions

View file

@ -45,9 +45,9 @@ stegano-steganalysis-statistics = "bin.statistics:main"
[tool.poetry.dependencies]
python = "^3.7"
pillow = "^6.2.1"
pillow = "^8.2.0"
piexif = "^1.1.3"
crayons = "^0.3.0"
crayons = "^0.4.0"
[tool.poetry.dev-dependencies]
mypy = "^0.750"