From 855648932d9c79cbdb7d1c856cc1da16d28ce8d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 11:18:39 +0000 Subject: [PATCH] Update dependency ipython to v8.18.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 375f7c5..1128a38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ source = "vcs" [tool.hatch.envs.default] type = "virtual" path = ".venv-default" -dependencies = ["ipython==8.17.2"] +dependencies = ["ipython==8.18.0"] [tool.hatch.envs.generate] type = "virtual"