From ede82ca5aff0a7fcc2be4677b5dde5dab8870c48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 01:11:24 +0000 Subject: [PATCH] chore(deps): pin dependency ipython to 7.34.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c3be9fcc..5a311e88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pfun" -version = "0.13.42" +version = "0.13.43" description = "Functional, composable, asynchronous, type-safe Python." authors = ["Sune Debel"] readme = "README.md" @@ -30,7 +30,7 @@ pytest-mypy-plugins = "^1.9.3" pytest-asyncio = "1.1.0" pytest = "8.4.1" hypothesis = "6.79.4" -ipython = "^7.7" +ipython = "7.34.0" ipdb = "0.13.13" flake8 = "7.3.0" pytest-xdist = "2.5.0"