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