mirror of https://github.com/MISP/mail_to_misp
Merge pull request #63 from MISP/dependabot/pip/notebook-6.4.10
build(deps): bump notebook from 6.4.4 to 6.4.10pull/64/head
commit
03d3ebdeb8
|
@ -897,7 +897,7 @@ python-versions = "*"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "notebook"
|
name = "notebook"
|
||||||
version = "6.4.4"
|
version = "6.4.10"
|
||||||
description = "A web-based notebook environment for interactive computing"
|
description = "A web-based notebook environment for interactive computing"
|
||||||
category = "dev"
|
category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
|
@ -910,11 +910,12 @@ ipython-genutils = "*"
|
||||||
jinja2 = "*"
|
jinja2 = "*"
|
||||||
jupyter-client = ">=5.3.4"
|
jupyter-client = ">=5.3.4"
|
||||||
jupyter-core = ">=4.6.1"
|
jupyter-core = ">=4.6.1"
|
||||||
nbconvert = "*"
|
nbconvert = ">=5"
|
||||||
nbformat = "*"
|
nbformat = "*"
|
||||||
|
nest-asyncio = ">=1.5"
|
||||||
prometheus-client = "*"
|
prometheus-client = "*"
|
||||||
pyzmq = ">=17"
|
pyzmq = ">=17"
|
||||||
Send2Trash = ">=1.5.0"
|
Send2Trash = ">=1.8.0"
|
||||||
terminado = ">=0.8.3"
|
terminado = ">=0.8.3"
|
||||||
tornado = ">=6.1"
|
tornado = ">=6.1"
|
||||||
traitlets = ">=4.2.1"
|
traitlets = ">=4.2.1"
|
||||||
|
@ -2220,8 +2221,8 @@ nose = [
|
||||||
{file = "nose-1.3.7.tar.gz", hash = "sha256:f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98"},
|
{file = "nose-1.3.7.tar.gz", hash = "sha256:f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98"},
|
||||||
]
|
]
|
||||||
notebook = [
|
notebook = [
|
||||||
{file = "notebook-6.4.4-py3-none-any.whl", hash = "sha256:33488bdcc5cbef23c3cfa12cd51b0b5459a211945b5053d17405980611818149"},
|
{file = "notebook-6.4.10-py3-none-any.whl", hash = "sha256:49cead814bff0945fcb2ee07579259418672ac175d3dc3d8102a4b0a656ed4df"},
|
||||||
{file = "notebook-6.4.4.tar.gz", hash = "sha256:26b0095c568e307a310fd78818ad8ebade4f00462dada4c0e34cbad632b9085d"},
|
{file = "notebook-6.4.10.tar.gz", hash = "sha256:2408a76bc6289283a8eecfca67e298ec83c67db51a4c2e1b713dd180bb39e90e"},
|
||||||
]
|
]
|
||||||
olefile = [
|
olefile = [
|
||||||
{file = "olefile-0.46.zip", hash = "sha256:133b031eaf8fd2c9399b78b8bc5b8fcbe4c31e85295749bb17a87cba8f3c3964"},
|
{file = "olefile-0.46.zip", hash = "sha256:133b031eaf8fd2c9399b78b8bc5b8fcbe4c31e85295749bb17a87cba8f3c3964"},
|
||||||
|
|
Loading…
Reference in New Issue