From d17556086d641f69d44597d3e487938a8e591b87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 03:36:11 +0000 Subject: [PATCH] chore(deps): update dependency jupyterlab to v4.3.5 --- codegen-examples/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen-examples/pyproject.toml b/codegen-examples/pyproject.toml index 9abfe7968..4e1c30ab8 100644 --- a/codegen-examples/pyproject.toml +++ b/codegen-examples/pyproject.toml @@ -27,7 +27,7 @@ dev-dependencies = [ "pre-commit>=4.0.1", "pre-commit-uv>=4.1.4", "uv>=0.4.25", - "jupyterlab==4.3.4", + "jupyterlab==4.3.5", "deptry>=0.22.0", ]