From 3508af7142ce6d3b27de5e76a2fabeef0fc322c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 15:58:16 +0000 Subject: [PATCH] Update dependency ipython to v9.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba0ec53..43c3f67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ validate-bump = false # Allow going from 0.0.0.dev0+x to 0.0.0.dev0+y [tool.hatch.envs.default] type = "virtual" path = ".venv-default" -dependencies = ["ipython==9.1.0"] +dependencies = ["ipython==9.4.0"] [tool.hatch.envs.default.scripts] development = "python function/main.py --insecure --debug"