From bb8ed7338d84739a7e4324850d7a14e40069f87c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 17:04:46 +0000 Subject: [PATCH] chore(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 bae4551..85ec017 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dev = [ "pytest~=8.3", "isort~=6.0", "csvkit~=2.0", - "ipython~=8.31", + "ipython~=9.3", ] # So hatch doesn't try to build other top-level directories like "data"