From a6a29404b61febeb027477cf35fb6d62c09c6dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 18:52:26 +0000 Subject: [PATCH] Bump jupyterlab from 3.0.14 to 3.0.17 in /notebooks Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 3.0.14 to 3.0.17. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/debugger@3.0.14...@jupyterlab/metapackage@3.0.17) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- notebooks/poetry.lock | 18 ++++++++---------- notebooks/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/notebooks/poetry.lock b/notebooks/poetry.lock index faf7fe0..c341015 100644 --- a/notebooks/poetry.lock +++ b/notebooks/poetry.lock @@ -942,7 +942,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" @@ -998,17 +998,16 @@ test = ["coverage", "pytest", "pytest-cov", "pytest-mock", "requests", "pytest-t [[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" @@ -1016,8 +1015,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" @@ -2804,7 +2802,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = ">=3.8,<3.10" -content-hash = "9059eab24d60e8a71d24ac51d12acfe8b39dca40fb4569bdea3e92986e716f49" +content-hash = "2e2cf5cf59c78ec6e9300037e84e163c3a341f4c17e92148dd59f73bb84dd58c" [metadata.files] anyio = [ @@ -3404,8 +3402,8 @@ jupyter-server = [ {file = "jupyter_server-1.8.0.tar.gz", hash = "sha256:8f0c75e0a577536125ad62a442ebb7cf02746f1a69d907e8a273c6225d281237"}, ] 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.10-py3-none-any.whl", hash = "sha256:10a7f2ab44a4539a44ec6bf3fc3b27e7ed22c7ab975e6503823e21d7e60abae7"}, diff --git a/notebooks/pyproject.toml b/notebooks/pyproject.toml index 431cb48..b6e7eea 100644 --- a/notebooks/pyproject.toml +++ b/notebooks/pyproject.toml @@ -11,7 +11,7 @@ python = ">=3.8,<3.10" # 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"