From c3b6ef4a6390de7420589392cf7fe5574eeb1067 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:51:08 +0000 Subject: [PATCH] Update dependency jedi to ^0.20.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7326881..e1f52d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ flake8 = "^7.0.0" ipykernel = "^7.0.0" ipywidgets = "^8.0.0" isort = "^8.0.0" -jedi = "^0.19.0" +jedi = "^0.20.0" jupyter = "^1.0.0" jupyterlab = "^4.0.0" jupyterlab-black = "^0.2.1"