From 8d4a19c88155532802d53a7c928eb2b40b188c2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 23:41:52 +0000 Subject: [PATCH] fix(deps): update dependency ipython to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96d6f3b..13e60c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] beautifulsoup4 = "^4.12.2" dacite = "^1.8.1" -ipython = "^8.16.0" +ipython = "^9.0.0" jsonc-parser = "^1.1.5" pyautogen = { git = "https://github.com/microsoft/autogen" } python = "^3.10"