mirror of https://github.com/MISP/PyMISP
chg: bump many dependencies
parent
ec4172dfba
commit
3567cd6464
File diff suppressed because it is too large
Load Diff
|
@ -41,24 +41,24 @@ include = [
|
|||
"Source" = "https://github.com/MISP/PyMISP"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6"
|
||||
requests = "^2.25.1"
|
||||
python-dateutil = "^2.8.1"
|
||||
python = "^3.6.2"
|
||||
requests = "^2.26.0"
|
||||
python-dateutil = "^2.8.2"
|
||||
jsonschema = "^3.2.0"
|
||||
deprecated = "^1.2.12"
|
||||
deprecated = "^1.2.13"
|
||||
extract_msg = {version = "^0.28.7", optional = true}
|
||||
RTFDE = {version = "^0.0.2", optional = true}
|
||||
oletools = {version = "^0.56.1", optional = true}
|
||||
python-magic = {version = "^0.4.22", optional = true}
|
||||
oletools = {version = "^0.60", optional = true}
|
||||
python-magic = {version = "^0.4.24", optional = true}
|
||||
pydeep = {version = "^0.4", optional = true}
|
||||
lief = {version = "^0.11.4", optional = true}
|
||||
beautifulsoup4 = {version = "^4.9.3", optional = true}
|
||||
lief = {version = "^0.11.5", optional = true}
|
||||
beautifulsoup4 = {version = "^4.10.0", optional = true}
|
||||
validators = {version = "^0.18.2", optional = true}
|
||||
sphinx-autodoc-typehints = {version = "^1.12.0", optional = true}
|
||||
recommonmark = {version = "^0.7.1", optional = true}
|
||||
reportlab = {version = "^3.5.67", optional = true}
|
||||
reportlab = {version = "^3.6.2", optional = true}
|
||||
pyfaup = {version = "^1.2", optional = true}
|
||||
urllib3 = {extras = ["brotli"], version = "^1.26.4", optional = true}
|
||||
urllib3 = {extras = ["brotli"], version = "^1.26.7", optional = true}
|
||||
|
||||
|
||||
[tool.poetry.extras]
|
||||
|
@ -73,17 +73,17 @@ brotli = ['urllib3']
|
|||
|
||||
[tool.poetry.dev-dependencies]
|
||||
nose = "^1.3.7"
|
||||
coveralls = "^3.0.1"
|
||||
codecov = "^2.1.11"
|
||||
requests-mock = "^1.8.0"
|
||||
mypy = "^0.902"
|
||||
flake8 = "^3.9.0"
|
||||
coveralls = "^3.2.0"
|
||||
codecov = "^2.1.12"
|
||||
requests-mock = "^1.9.3"
|
||||
mypy = "^0.910"
|
||||
flake8 = "^4.0.1"
|
||||
ipython = "^7.16.1"
|
||||
jupyterlab = "^2.3.1"
|
||||
types-requests = "^2.25.0"
|
||||
types-python-dateutil = "^0.1.4"
|
||||
types-redis = "^3.5.4"
|
||||
types-Flask = "^1.1.1"
|
||||
jupyterlab = "^3.2"
|
||||
types-requests = "^2.25.10"
|
||||
types-python-dateutil = "^2.8.1"
|
||||
types-redis = "^3.5.12"
|
||||
types-Flask = "^1.1.4"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry_core>=1.0", "setuptools"]
|
||||
|
|
Loading…
Reference in New Issue