From 6e6e2c8994d9da1d9eaad07b7b44840eb45104d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 07:32:34 -0400 Subject: [PATCH] chore(deps): update dependency jupyterlab to v4.2.5 [security] (#9961) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 126158d854e4..af4ab9c38a7e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3085,13 +3085,13 @@ test = ["jupyter-server (>=2.0.0)", "pytest (>=7.0)", "pytest-jupyter[server] (> [[package]] name = "jupyterlab" -version = "4.2.4" +version = "4.2.5" description = "JupyterLab computational environment" optional = false python-versions = ">=3.8" files = [ - {file = "jupyterlab-4.2.4-py3-none-any.whl", hash = "sha256:807a7ec73637744f879e112060d4b9d9ebe028033b7a429b2d1f4fc523d00245"}, - {file = "jupyterlab-4.2.4.tar.gz", hash = "sha256:343a979fb9582fd08c8511823e320703281cd072a0049bcdafdc7afeda7f2537"}, + {file = "jupyterlab-4.2.5-py3-none-any.whl", hash = "sha256:73b6e0775d41a9fee7ee756c80f58a6bed4040869ccc21411dc559818874d321"}, + {file = "jupyterlab-4.2.5.tar.gz", hash = "sha256:ae7f3a1b8cb88b4f55009ce79fa7c06f99d70cd63601ee4aa91815d054f46f75"}, ] [package.dependencies] @@ -7900,4 +7900,4 @@ visualization = ["graphviz"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "503416bc3a5f652fe5c0db7f0f44e66cf173c93a1e567c0b00628c550f686b90" +content-hash = "d01a0d801f2112dfa16afaf1d03a49e10d473165b609dbdf8d58aeaad082f856" diff --git a/pyproject.toml b/pyproject.toml index 54060b60c309..52ce946eb028 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -139,7 +139,7 @@ scikit-learn = { version = ">=1.3,<2", python = ">=3.10,<3.13" } seaborn = { version = ">=0.12.2,<1", python = ">=3.10,<3.13" } lonboard = { version = "0.9.3", python = ">=3.10,<3.13" } jupyter-cache = { version = ">=1.0.0,<2", python = ">=3.10,<3.13" } -jupyterlab = { version = ">=4.1.6,<5", python = ">=3.10,<3.13" } +jupyterlab = { version = ">=4.2.5,<5", python = ">=3.10,<3.13" } jupyterlab-night = { version = ">=0.4.6,<1", python = ">=3.10,<3.13" } jupyterlite-core = { version = ">=0.3,<0.4", python = ">=3.10,<3.13" } jupyterlite-pyodide-kernel = { version = ">=0.3,<0.4", python = ">=3.10,<3.13" } diff --git a/requirements-dev.txt b/requirements-dev.txt index cc39e597330f..af8a1f9ab217 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -120,7 +120,7 @@ jupyterlab-night==0.4.6 ; python_version >= "3.10" and python_version < "3.13" jupyterlab-pygments==0.3.0 ; python_version >= "3.10" and python_version < "3.13" jupyterlab-server==2.27.3 ; python_version >= "3.10" and python_version < "3.13" jupyterlab-widgets==3.0.13 ; python_version >= "3.10" and python_version < "3.13" -jupyterlab==4.2.4 ; python_version >= "3.10" and python_version < "3.13" +jupyterlab==4.2.5 ; python_version >= "3.10" and python_version < "3.13" jupyterlite-core==0.3.0 ; python_version >= "3.10" and python_version < "3.13" jupyterlite-pyodide-kernel==0.3.2 ; python_version >= "3.10" and python_version < "3.13" keyring==24.3.1 ; python_version >= "3.10" and python_version < "4.0"