From b44e828e690f687cfa5d106db63eb77d7b5f55dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:25:28 +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..3002695 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.4", ] # So hatch doesn't try to build other top-level directories like "data"