From feb62a87402ab8e86578ef6aba7babf81fab1974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 20:41:27 +0000 Subject: [PATCH] Bump nbconvert from 7.17.0 to 7.17.1 in /2026 Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.17.0 to 7.17.1. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/nbconvert/compare/v7.17.0...v7.17.1) --- updated-dependencies: - dependency-name: nbconvert dependency-version: 7.17.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- 2026/uv.lock | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/2026/uv.lock b/2026/uv.lock index 4487de8..8e5e3ca 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.3" }, +] + [[package]] name = "executing" version = "2.2.1" @@ -1481,7 +1498,7 @@ wheels = [ [[package]] name = "nbconvert" -version = "7.17.0" +version = "7.17.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "beautifulsoup4" }, @@ -1499,9 +1516,9 @@ dependencies = [ { name = "pygments" }, { name = "traitlets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/38/47/81f886b699450d0569f7bc551df2b1673d18df7ff25cc0c21ca36ed8a5ff/nbconvert-7.17.0.tar.gz", hash = "sha256:1b2696f1b5be12309f6c7d707c24af604b87dfaf6d950794c7b07acab96dda78", size = 862855, upload-time = "2026-01-29T16:37:48.478Z" } +sdist = { url = "https://files.pythonhosted.org/packages/01/b1/708e53fe2e429c103c6e6e159106bcf0357ac41aa4c28772bd8402339051/nbconvert-7.17.1.tar.gz", hash = "sha256:34d0d0a7e73ce3cbab6c5aae8f4f468797280b01fd8bd2ca746da8569eddd7d2", size = 865311, upload-time = "2026-04-08T00:44:14.914Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/0d/4b/8d5f796a792f8a25f6925a96032f098789f448571eb92011df1ae59e8ea8/nbconvert-7.17.0-py3-none-any.whl", hash = "sha256:4f99a63b337b9a23504347afdab24a11faa7d86b405e5c8f9881cd313336d518", size = 261510, upload-time = "2026-01-29T16:37:46.322Z" }, + { url = "https://files.pythonhosted.org/packages/67/f8/bb0a9d5f46819c821dc1f004aa2cc29b1d91453297dbf5ff20470f00f193/nbconvert-7.17.1-py3-none-any.whl", hash = "sha256:aa85c087b435e7bf1ffd03319f658e285f2b89eccab33bc1ba7025495ab3e7c8", size = 261927, upload-time = "2026-04-08T00:44:12.845Z" }, ] [[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" }, -]