From 03e7a4d93c0b3ce928aa8ff1335c626d17ce0e5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:16:22 +0000 Subject: [PATCH] Update dependency ipython to v8.18.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1128a38..f130479 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.18.0"] +dependencies = ["ipython==8.18.1"] [tool.hatch.envs.generate] type = "virtual"