mirror of https://github.com/CIRCL/PyCIRCLean
chg: Bump deps
parent
090bacec29
commit
82b00666ca
File diff suppressed because it is too large
Load Diff
|
@ -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"]
|
||||||
|
|
Loading…
Reference in New Issue