From 8982428a5b52d5d9f1cc9d589dae6483343e6d6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 19:38:52 +0000 Subject: [PATCH] Update dependency ipython to v8.29.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3eee36d3..f0a72bc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = ">=3.9,<3.13" flask = "3.0.3" imageio = "2.36.0" -ipython = "8.18.1" +ipython = "8.29.0" matplotlib = "3.9.2" numpy = "2.0.1" paho-mqtt = "2.1.0"