From 959f363dcd259ba47a68d2f2ad321a796fcf760b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:15:00 +0000 Subject: [PATCH] Bump jupyterlab from 4.3.1 to 4.3.3 Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.3.1 to 4.3.3. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/lsp@4.3.3/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.3.1...@jupyterlab/lsp@4.3.3) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index cbe72cf9..22219058 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1747,13 +1747,13 @@ test = ["jupyter-server (>=2.0.0)", "pytest (>=7.0)", "pytest-jupyter[server] (> [[package]] name = "jupyterlab" -version = "4.3.1" +version = "4.3.3" description = "JupyterLab computational environment" optional = false python-versions = ">=3.8" files = [ - {file = "jupyterlab-4.3.1-py3-none-any.whl", hash = "sha256:2d9a1c305bc748e277819a17a5d5e22452e533e835f4237b2f30f3b0e491e01f"}, - {file = "jupyterlab-4.3.1.tar.gz", hash = "sha256:a4a338327556443521731d82f2a6ccf926df478914ca029616621704d47c3c65"}, + {file = "jupyterlab-4.3.3-py3-none-any.whl", hash = "sha256:32a8fd30677e734ffcc3916a4758b9dab21b02015b668c60eb36f84357b7d4b1"}, + {file = "jupyterlab-4.3.3.tar.gz", hash = "sha256:76fa39e548fdac94dc1204af5956c556f54c785f70ee26aa47ea08eda4d5bbcd"}, ] [package.dependencies] @@ -1767,7 +1767,7 @@ jupyter-server = ">=2.4.0,<3" jupyterlab-server = ">=2.27.1,<3" notebook-shim = ">=0.2" packaging = "*" -setuptools = ">=40.1.0" +setuptools = ">=40.8.0" tornado = ">=6.2.0" traitlets = "*" @@ -4872,4 +4872,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "cc4f9792728a6aa93a1afe53944563722f1009f926d05e59e95a9620fbd38692" +content-hash = "4e09ef28c9cc088a519a7d108d4fe57714a78e12b8d8d05dd53fc91653d0e3d1" diff --git a/pyproject.toml b/pyproject.toml index 574e3aa9..335cae0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ us = "^3.2.0" bpython = "^0.24" furo = "^2024.7.18" isort = "^5.11.3" -jupyterlab = "^4.3.1" +jupyterlab = "^4.3.3" mypy = "^1.13.0" myst-parser = "^4.0.0" pytest = "^8"