chg: Massive bump deps for python 3.7

pull/837/head
Raphaël Vinot 2022-05-11 15:16:43 +02:00
parent 2418373c1f
commit 4eb4a512c6
3 changed files with 561 additions and 536 deletions

View File

@ -34,7 +34,6 @@ jobs:
run: |
poetry run pytest --cov=pymisp tests/test_*.py
poetry run mypy tests/testlive_comprehensive.py tests/test_mispevent.py tests/testlive_sync.py pymisp
poetry run flake8 --ignore=E501,W503,E226,E252 pymisp
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1

1071
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -42,19 +42,19 @@ include = [
[tool.poetry.dependencies]
python = "^3.7"
requests = "^2.26.0"
requests = "^2.27.1"
python-dateutil = "^2.8.2"
jsonschema = "^4.0"
jsonschema = "^4.5.1"
deprecated = "^1.2.13"
extract_msg = {version = "^0.30.8", optional = true}
RTFDE = {version = "^0.0.2", optional = true}
oletools = {version = "^0.60", optional = true}
oletools = {version = "^0.60.1", optional = true}
python-magic = {version = "^0.4.24", optional = true}
pydeep2 = {version = "^0.5", optional = true}
lief = {version = "^0.11.5", optional = true}
lief = {version = "^0.12.1", 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}
validators = {version = "^0.19.0", optional = true}
sphinx-autodoc-typehints = {version = "^1.18.1", optional = true}
recommonmark = {version = "^0.7.1", optional = true}
reportlab = {version = "^3.6.3", optional = true}
pyfaup = {version = "^1.2", optional = true}
@ -73,13 +73,12 @@ brotli = ['urllib3']
[tool.poetry.dev-dependencies]
requests-mock = "^1.9.3"
mypy = "^0.941"
flake8 = "^4.0.1"
ipython = "^7.32"
jupyterlab = "^3.2.8"
types-requests = "^2.27.7"
types-python-dateutil = "^2.8.8"
types-redis = "^4.1.10"
mypy = "^0.950"
ipython = "^7.33"
jupyterlab = "^3.4.0"
types-requests = "^2.27.25"
types-python-dateutil = "^2.8.15"
types-redis = "^4.2.2"
types-Flask = "^1.1.6"
pytest-cov = "^3.0.0"