mirror of https://github.com/MISP/PyMISP
chg: Bump deps
parent
b8182c42d6
commit
81bd6fdd26
File diff suppressed because it is too large
Load Diff
|
@ -56,9 +56,9 @@ beautifulsoup4 = {version = "^4.11.1", optional = true}
|
|||
validators = {version = "^0.20.0", optional = true}
|
||||
sphinx-autodoc-typehints = {version = "^1.19.4", optional = true}
|
||||
recommonmark = {version = "^0.7.1", optional = true}
|
||||
reportlab = {version = "^3.6.11", optional = true}
|
||||
reportlab = {version = "^3.6.12", optional = true}
|
||||
pyfaup = {version = "^1.2", optional = true}
|
||||
publicsuffixlist = {version = "^0.9.0", optional = true}
|
||||
publicsuffixlist = {version = "^0.9.1", optional = true}
|
||||
chardet = {version = "^5.0.0", optional = true}
|
||||
urllib3 = {extras = ["brotli"], version = "^1.26.12", optional = true}
|
||||
|
||||
|
@ -76,10 +76,10 @@ brotli = ['urllib3']
|
|||
requests-mock = "^1.10.0"
|
||||
mypy = "^0.982"
|
||||
ipython = "^7.34.0"
|
||||
jupyterlab = "^3.4.8"
|
||||
types-requests = "^2.28.11.1"
|
||||
types-python-dateutil = "^2.8.19"
|
||||
types-redis = "^4.3.21.1"
|
||||
jupyterlab = "^3.5.0"
|
||||
types-requests = "^2.28.11.2"
|
||||
types-python-dateutil = "^2.8.19.2"
|
||||
types-redis = "^4.3.21.3"
|
||||
types-Flask = "^1.1.6"
|
||||
pytest-cov = "^4.0.0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue