From f910b2e67283be2bc2099c5acfaca7ca4a081748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 20:44:14 +0000 Subject: [PATCH] Bump jupyterlab from 4.5.6 to 4.5.7 in /2026 Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.5.6 to 4.5.7. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.5.6...@jupyterlab/lsp@4.5.7) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.5.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 2026/pyproject.toml | 2 +- 2026/uv.lock | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/2026/pyproject.toml b/2026/pyproject.toml index 36a7741..411d69a 100644 --- a/2026/pyproject.toml +++ b/2026/pyproject.toml @@ -7,5 +7,5 @@ requires-python = "==3.12.*" dependencies = [ "bloqade>=0.32.0", "bloqade-circuit[tsim]>=0.11.2", - "jupyterlab>=4.5.3", + "jupyterlab>=4.5.7", ] diff --git a/2026/uv.lock b/2026/uv.lock index 4487de8..551b967 100644 --- a/2026/uv.lock +++ b/2026/uv.lock @@ -701,6 +701,23 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/4f/e9/3759a02b0307fdbbb201d8a2b00e192a24cac86b1db9bd3bfa1cbbb9decc/equinox-0.13.6-py3-none-any.whl", hash = "sha256:e01f6bee9d2fb9a1a51d8b34af3b70476a4727097b46b1115f36432b2488f4a0", size = 182056, upload-time = "2026-03-09T19:03:37.742Z" }, ] +[[package]] +name = "eth-quantum-hackathon-2026-challenge" +version = "0.1.0" +source = { virtual = "." } +dependencies = [ + { name = "bloqade" }, + { name = "bloqade-circuit", extra = ["tsim"] }, + { name = "jupyterlab" }, +] + +[package.metadata] +requires-dist = [ + { name = "bloqade", specifier = ">=0.32.0" }, + { name = "bloqade-circuit", extras = ["tsim"], specifier = ">=0.11.2" }, + { name = "jupyterlab", specifier = ">=4.5.7" }, +] + [[package]] name = "executing" version = "2.2.1" @@ -1166,7 +1183,7 @@ wheels = [ [[package]] name = "jupyterlab" -version = "4.5.6" +version = "4.5.7" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "async-lru" }, @@ -1183,9 +1200,9 @@ dependencies = [ { name = "tornado" }, { name = "traitlets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/ac/d5/730628e03fff2e8a8e8ccdaedde1489ab1309f9a4fa2536248884e30b7c7/jupyterlab-4.5.6.tar.gz", hash = "sha256:642fe2cfe7f0f5922a8a558ba7a0d246c7bc133b708dfe43f7b3a826d163cf42", size = 23970670, upload-time = "2026-03-11T14:17:04.531Z" } +sdist = { url = "https://files.pythonhosted.org/packages/2b/22/8440ec827762146e7cdecf04335bd348795899d29dc6ae82238707353a2c/jupyterlab-4.5.7.tar.gz", hash = "sha256:55a9822c4754da305f41e113452c68383e214dcf96de760146af89ce5d5117b0", size = 23992763, upload-time = "2026-04-29T16:43:51.328Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e1/1b/dad6fdcc658ed7af26fdf3841e7394072c9549a8b896c381ab49dd11e2d9/jupyterlab-4.5.6-py3-none-any.whl", hash = "sha256:d6b3dac883aa4d9993348e0f8e95b24624f75099aed64eab6a4351a9cdd1e580", size = 12447124, upload-time = "2026-03-11T14:17:00.229Z" }, + { url = "https://files.pythonhosted.org/packages/3d/aa/537b8f7d80e799af19af35fb3ddfc970b951088a13c57dd9387dcfbb7f61/jupyterlab-4.5.7-py3-none-any.whl", hash = "sha256:fba4cb0e2c44a52859669d8c98b45de029d5e515f8407bf8534d2a8fc5f0964d", size = 12450123, upload-time = "2026-04-29T16:43:46.639Z" }, ] [[package]] @@ -2699,20 +2716,3 @@ sdist = { url = "https://files.pythonhosted.org/packages/f6/08/3cb9f67a8d48021ac wheels = [ { url = "https://files.pythonhosted.org/packages/a8/a9/d23012099dc88ec69a29c6407b41d89681cb674c2043cd5b467c7e299c08/xyzservices-2026.3.0-py3-none-any.whl", hash = "sha256:503183d4b322bfebc3c50cdd21192aa3e81e36c5efbf9133d54ae82143e0576b", size = 94101, upload-time = "2026-03-30T14:42:24.608Z" }, ] - -[[package]] -name = "eth-quantum-hackathon-2026-challenge" -version = "0.1.0" -source = { virtual = "." } -dependencies = [ - { name = "bloqade" }, - { name = "bloqade-circuit", extra = ["tsim"] }, - { name = "jupyterlab" }, -] - -[package.metadata] -requires-dist = [ - { name = "bloqade", specifier = ">=0.32.0" }, - { name = "bloqade-circuit", extras = ["tsim"], specifier = ">=0.11.2" }, - { name = "jupyterlab", specifier = ">=4.5.3" }, -]