From 4b4efa221485330a40a79c40a2d4a2ab77825b73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:13:17 +0000 Subject: [PATCH] chore(deps): update dependency ipython to v8.24.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ac7151..b33de27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,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==8.23.0"] +dependencies = ["ipython==8.24.0"] [tool.hatch.envs.default.scripts] development = "python function/main.py --insecure --debug"