Bump just jupyterlab (#1930)

This commit is contained in:
Matt Bowen 2022-09-27 15:13:06 -04:00 committed by GitHub
parent 2f61900269
commit 48d961bb5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -881,7 +881,7 @@ test = ["coverage", "ipykernel", "pre-commit", "pytest-console-scripts", "pytest
[[package]] [[package]]
name = "jupyterlab" name = "jupyterlab"
version = "3.4.5" version = "3.4.7"
description = "JupyterLab computational environment" description = "JupyterLab computational environment"
category = "dev" category = "dev"
optional = false optional = false
@ -896,6 +896,7 @@ jupyterlab-server = ">=2.10,<3.0"
nbclassic = "*" nbclassic = "*"
notebook = "<7" notebook = "<7"
packaging = "*" packaging = "*"
tomli = "*"
tornado = ">=6.1.0" tornado = ">=6.1.0"
[package.extras] [package.extras]