mirror of https://github.com/MISP/PyMISP
chg: Bump deps
parent
289f92f5cf
commit
79de851be8
|
@ -860,13 +860,13 @@ tests = ["asttokens", "littleutils", "pytest", "rich"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "extract-msg"
|
name = "extract-msg"
|
||||||
version = "0.44.0"
|
version = "0.45.0"
|
||||||
description = "Extracts emails and attachments saved in Microsoft Outlook's .msg files"
|
description = "Extracts emails and attachments saved in Microsoft Outlook's .msg files"
|
||||||
optional = true
|
optional = true
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "extract_msg-0.44.0-py2.py3-none-any.whl", hash = "sha256:06db4f31f900c99984fa910341961e137aa2fcb06d470583fbac4a48cd80edca"},
|
{file = "extract_msg-0.45.0-py2.py3-none-any.whl", hash = "sha256:af645ffe1534bce93b20390576dac2aee027c17a714365172d31b3894f810ca7"},
|
||||||
{file = "extract_msg-0.44.0.tar.gz", hash = "sha256:6f51ca87ffdbc2c8d28589d7221bfb8710e6af164037a3ee574bef35f4470397"},
|
{file = "extract_msg-0.45.0.tar.gz", hash = "sha256:6814865cf2ba806bd69af53af688a13e000a95d4991cce6a0416b3bdeb739496"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -1368,13 +1368,13 @@ test = ["coverage", "jupyter-server (>=2.0.0)", "pytest (>=7.0)", "pytest-cov",
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jupyterlab"
|
name = "jupyterlab"
|
||||||
version = "4.0.4"
|
version = "4.0.5"
|
||||||
description = "JupyterLab computational environment"
|
description = "JupyterLab computational environment"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "jupyterlab-4.0.4-py3-none-any.whl", hash = "sha256:23eef35d22be8f2ad9b873ec41ceb2e8c3b0dc8ae740c0f973e2de09e587530f"},
|
{file = "jupyterlab-4.0.5-py3-none-any.whl", hash = "sha256:13b3a326e7b95d72746fe20dbe80ee1e71165d6905e01ceaf1320eb809cb1b47"},
|
||||||
{file = "jupyterlab-4.0.4.tar.gz", hash = "sha256:049449a56d93202ed204e0e86f96f5a3447a08cfc09fb012fd239e178651cb34"},
|
{file = "jupyterlab-4.0.5.tar.gz", hash = "sha256:de49deb75f9b9aec478ed04754cbefe9c5d22fd796a5783cdc65e212983d3611"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -3367,4 +3367,4 @@ virustotal = ["validators"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "2cf61b394da4b1a38ba439d7d1b9b2c99b09280b1ae2cd2d7df69bade76620d5"
|
content-hash = "bf60060f2934f472abf5549a70d5a819fc4eb60065bcf0dc645782ac83dd6ed7"
|
||||||
|
|
|
@ -46,7 +46,7 @@ requests = "^2.31.0"
|
||||||
python-dateutil = "^2.8.2"
|
python-dateutil = "^2.8.2"
|
||||||
jsonschema = "^4.19.0"
|
jsonschema = "^4.19.0"
|
||||||
deprecated = "^1.2.14"
|
deprecated = "^1.2.14"
|
||||||
extract_msg = {version = "^0.44.0", optional = true}
|
extract_msg = {version = "^0.45.0", optional = true}
|
||||||
RTFDE = {version = "^0.1.0", optional = true}
|
RTFDE = {version = "^0.1.0", optional = true}
|
||||||
oletools = {version = "^0.60.1", optional = true}
|
oletools = {version = "^0.60.1", optional = true}
|
||||||
python-magic = {version = "^0.4.27", optional = true}
|
python-magic = {version = "^0.4.27", optional = true}
|
||||||
|
@ -78,7 +78,7 @@ ipython = [
|
||||||
{version = "<8.13.0", python = "<3.9"},
|
{version = "<8.13.0", python = "<3.9"},
|
||||||
{version = "^8.13.0", python = ">=3.9"}
|
{version = "^8.13.0", python = ">=3.9"}
|
||||||
]
|
]
|
||||||
jupyterlab = "^4.0.4"
|
jupyterlab = "^4.0.5"
|
||||||
types-requests = "^2.31.0.2"
|
types-requests = "^2.31.0.2"
|
||||||
types-python-dateutil = "^2.8.19.14"
|
types-python-dateutil = "^2.8.19.14"
|
||||||
types-redis = "^4.6.0.3"
|
types-redis = "^4.6.0.3"
|
||||||
|
|
Loading…
Reference in New Issue