From f76c76677aa8f91cab16bcec566693743ae18c81 Mon Sep 17 00:00:00 2001 From: Stephanos Kuma Date: Wed, 3 Jan 2024 22:43:43 +0200 Subject: [PATCH] Update ipython version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ff6138f..bae8610 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -150,8 +150,8 @@ dj_settings = "^4.2" packaging = "^23.0" [tool.poetry.group.dev.dependencies] -ipdb = { version = "^0.13", python = "^3.9" } -ipython = { version = "^8.12", python = "^3.9" } +ipdb = { version = "^0.13", python = "^3.10" } +ipython = { version = "^8.12", python = "^3.10" } pipdeptree = "^2.7" [tool.poetry.group.lint.dependencies]