diff --git a/notebooks/poetry.lock b/notebooks/poetry.lock index ba6ff8e..1cd4fb6 100644 --- a/notebooks/poetry.lock +++ b/notebooks/poetry.lock @@ -1041,7 +1041,7 @@ jupyter-server = ">=1.1.2" name = "jupyter-packaging" version = "0.7.12" description = "Jupyter Packaging Utilities" -category = "main" +category = "dev" optional = false python-versions = ">=3.6" @@ -1098,17 +1098,16 @@ test = ["coverage", "ipykernel", "pre-commit", "pytest-console-scripts", "pytest [[package]] name = "jupyterlab" -version = "3.0.14" -description = "The JupyterLab server extension." +version = "3.0.17" +description = "JupyterLab computational environment" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] ipython = "*" -jinja2 = ">=2.10" +jinja2 = ">=2.1" jupyter-core = "*" -jupyter-packaging = ">=0.7,<1.0" jupyter-server = ">=1.4,<2.0" jupyterlab-server = ">=2.3,<3.0" nbclassic = ">=0.2,<1.0" @@ -1116,8 +1115,7 @@ packaging = "*" tornado = ">=6.1.0" [package.extras] -docs = ["jsx-lexer", "recommonmark", "sphinx", "sphinx-rtd-theme", "sphinx-copybutton"] -test = ["pytest (>=6.0)", "pytest-cov", "pytest-console-scripts", "pytest-check-links", "jupyterlab-server[test] (>=2.0,<3.0)", "requests", "wheel", "virtualenv", "nose-exclude"] +test = ["coverage", "pytest (>=6.0)", "pytest-cov", "pytest-console-scripts", "pytest-check-links (>=0.5)", "jupyterlab-server[test] (>=2.2,<3.0)", "requests", "requests-cache", "virtualenv", "check-manifest"] [[package]] name = "jupyterlab-code-formatter" @@ -3010,7 +3008,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "3.9" -content-hash = "2e25f89bc307234418408abdb7ac1dd06b0299fba46680164cb682ab9b9accd4" +content-hash = "84ab982783325eff10bd572897c00dfa85cf7c5b854094642f879aea8bc9eab5" [metadata.files] anyio = [ @@ -3692,8 +3690,8 @@ jupyter-server = [ {file = "jupyter_server-1.17.0.tar.gz", hash = "sha256:7b3aa524790ab0da64f06dfe0b2af149d0a3f59aad71fdedcf1d8bae6508018c"}, ] jupyterlab = [ - {file = "jupyterlab-3.0.14-py3-none-any.whl", hash = "sha256:223ad786032119f495edc894a81925b6cc327a184f150adbc4e5ef94965d4921"}, - {file = "jupyterlab-3.0.14.tar.gz", hash = "sha256:713a84991dfcca8c0bc260911f1bd54ac25a386a86285713b9555a60f795059b"}, + {file = "jupyterlab-3.0.17-py3-none-any.whl", hash = "sha256:28d303bca26d33c0478ab88f906421e567192af19016abbdadfcab3cfe91a282"}, + {file = "jupyterlab-3.0.17.tar.gz", hash = "sha256:791ae7fba158ed902afd2c70aed86d9ffd67996f07b2f0494675c81147b3e96e"}, ] jupyterlab-code-formatter = [ {file = "jupyterlab_code_formatter-1.4.11-py3-none-any.whl", hash = "sha256:4c426bc9bd2b4d270659b70863e8eea7efe39ba75f632f52ebfb587cd1a7e062"}, diff --git a/notebooks/pyproject.toml b/notebooks/pyproject.toml index f0853ba..2db30bc 100644 --- a/notebooks/pyproject.toml +++ b/notebooks/pyproject.toml @@ -11,7 +11,7 @@ python = "3.9" # jupyter, jupyterlab and friends jupyter = "^1.0.0" -jupyterlab = "3.0.14" +jupyterlab = "3.0.17" jupyter-lsp = "^1.1.3" jupyterlab-lsp = "^3.4.1"