From b1d88f09b9535c3dab9ce551b26527e65972eaaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 09:57:11 +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..e40a8b2 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.0", ] # So hatch doesn't try to build other top-level directories like "data"