mirror of https://github.com/CIRCL/PyCIRCLean
chg: bump deps
parent
40b92b85bb
commit
09e9266b45
File diff suppressed because it is too large
Load Diff
|
@ -20,20 +20,20 @@ classifiers=[
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
lxml = "^4.9.2"
|
lxml = "^4.9.3"
|
||||||
exifread = "^3.0.0"
|
exifread = "^3.0.0"
|
||||||
pillow = "^9.5.0"
|
pillow = "^10.0.0"
|
||||||
olefile = "^0.46"
|
olefile = "^0.46"
|
||||||
oletools = "^0.60.1"
|
oletools = "^0.60.1"
|
||||||
python-magic = "^0.4.27"
|
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.5.1"
|
tox = "^4.8.0"
|
||||||
pytest-cov = "^4.0.0"
|
pytest-cov = "^4.1.0"
|
||||||
PyYAML = "^6.0"
|
PyYAML = "^6.0.1"
|
||||||
mypy = "^1.3.0"
|
mypy = "^1.5.0"
|
||||||
types-PyYAML = "^6.0.12.9"
|
types-PyYAML = "^6.0.12.11"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry_core>=1.2", "setuptools"]
|
requires = ["poetry_core>=1.2", "setuptools"]
|
||||||
|
|
Loading…
Reference in New Issue