mirror of https://github.com/MISP/PyMISP
chg: Bump deps
parent
94983c01ec
commit
38acc9b44b
|
@ -868,13 +868,13 @@ tests = ["asttokens", "littleutils", "pytest", "rich"]
|
|||
|
||||
[[package]]
|
||||
name = "extract-msg"
|
||||
version = "0.42.0"
|
||||
version = "0.42.1"
|
||||
description = "Extracts emails and attachments saved in Microsoft Outlook's .msg files"
|
||||
optional = true
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "extract_msg-0.42.0-py2.py3-none-any.whl", hash = "sha256:c423871d403ab154e574bb07df29540ae889d1edac07d8787798bcb924595c2c"},
|
||||
{file = "extract_msg-0.42.0.tar.gz", hash = "sha256:ec2dea04bbd3acdab8b9911e7b31e4537abb32e6caca5c761b9aeb2698a04bca"},
|
||||
{file = "extract_msg-0.42.1-py2.py3-none-any.whl", hash = "sha256:e179d19ad79ac90fb4f7137fec9ba2c68bab8a77ed742d25fd7688778099c745"},
|
||||
{file = "extract_msg-0.42.1.tar.gz", hash = "sha256:a173e461f1d64d3fb5c3b56fbea4aef4b84b49f2d0d5d45275502422fed2e44a"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -1281,19 +1281,20 @@ test = ["ipykernel", "pre-commit", "pytest", "pytest-cov", "pytest-timeout"]
|
|||
|
||||
[[package]]
|
||||
name = "jupyter-events"
|
||||
version = "0.6.3"
|
||||
version = "0.7.0"
|
||||
description = "Jupyter Event System library"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "jupyter_events-0.6.3-py3-none-any.whl", hash = "sha256:57a2749f87ba387cd1bfd9b22a0875b889237dbf2edc2121ebb22bde47036c17"},
|
||||
{file = "jupyter_events-0.6.3.tar.gz", hash = "sha256:9a6e9995f75d1b7146b436ea24d696ce3a35bfa8bfe45e0c33c334c79464d0b3"},
|
||||
{file = "jupyter_events-0.7.0-py3-none-any.whl", hash = "sha256:4753da434c13a37c3f3c89b500afa0c0a6241633441421f6adafe2fb2e2b924e"},
|
||||
{file = "jupyter_events-0.7.0.tar.gz", hash = "sha256:7be27f54b8388c03eefea123a4f79247c5b9381c49fb1cd48615ee191eb12615"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
jsonschema = {version = ">=3.2.0", extras = ["format-nongpl"]}
|
||||
jsonschema = {version = ">=4.18.0", extras = ["format-nongpl"]}
|
||||
python-json-logger = ">=2.0.4"
|
||||
pyyaml = ">=5.3"
|
||||
referencing = "*"
|
||||
rfc3339-validator = "*"
|
||||
rfc3986-validator = ">=0.1.1"
|
||||
traitlets = ">=5.3"
|
||||
|
@ -1301,7 +1302,7 @@ traitlets = ">=5.3"
|
|||
[package.extras]
|
||||
cli = ["click", "rich"]
|
||||
docs = ["jupyterlite-sphinx", "myst-parser", "pydata-sphinx-theme", "sphinxcontrib-spelling"]
|
||||
test = ["click", "coverage", "pre-commit", "pytest (>=7.0)", "pytest-asyncio (>=0.19.0)", "pytest-console-scripts", "pytest-cov", "rich"]
|
||||
test = ["click", "pre-commit", "pytest (>=7.0)", "pytest-asyncio (>=0.19.0)", "pytest-console-scripts", "rich"]
|
||||
|
||||
[[package]]
|
||||
name = "jupyter-lsp"
|
||||
|
@ -1709,13 +1710,13 @@ webpdf = ["playwright"]
|
|||
|
||||
[[package]]
|
||||
name = "nbformat"
|
||||
version = "5.9.1"
|
||||
version = "5.9.2"
|
||||
description = "The Jupyter Notebook format"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "nbformat-5.9.1-py3-none-any.whl", hash = "sha256:b7968ebf4811178a4108ee837eae1442e3f054132100f0359219e9ed1ce3ca45"},
|
||||
{file = "nbformat-5.9.1.tar.gz", hash = "sha256:3a7f52d040639cbd8a3890218c8b0ffb93211588c57446c90095e32ba5881b5d"},
|
||||
{file = "nbformat-5.9.2-py3-none-any.whl", hash = "sha256:1c5172d786a41b82bcfd0c23f9e6b6f072e8fb49c39250219e4acfff1efe89e9"},
|
||||
{file = "nbformat-5.9.2.tar.gz", hash = "sha256:5f98b5ba1997dff175e77e0c17d5c10a96eaed2cbd1de3533d1fc35d5e111192"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -3358,4 +3359,4 @@ virustotal = ["validators"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "864140ffb2e6660ae4b9aed59215dfb7f07e5581f71a8e1879ad177f054f7d1f"
|
||||
content-hash = "9afaa7fea1df55624d02af11dbb89d2c176dbcf814c2c705fa805af73247c91c"
|
||||
|
|
|
@ -46,7 +46,7 @@ requests = "^2.31.0"
|
|||
python-dateutil = "^2.8.2"
|
||||
jsonschema = "^4.18.4"
|
||||
deprecated = "^1.2.14"
|
||||
extract_msg = {version = "^0.42.0", optional = true}
|
||||
extract_msg = {version = "^0.42.1", optional = true}
|
||||
RTFDE = {version = "^0.1.0", optional = true}
|
||||
oletools = {version = "^0.60.1", optional = true}
|
||||
python-magic = {version = "^0.4.27", optional = true}
|
||||
|
|
Loading…
Reference in New Issue