diff --git a/pyproject.toml b/pyproject.toml index f66c55f5..2a81fc74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ doc = [ "mkdocs-macros-plugin ~= 1.0.4", ] lint = ["ruff ~= 0.3.3", "mypy ~= 1.4.1"] -dev = ["semver ~= 2.13.0", "typer ~= 0.4.1", "ipython ~= 7.16.1"] +dev = ["semver ~= 2.13.0", "typer ~= 0.4.1", "ipython ~= 8.25.0"] [project.urls] Documentation = "https://art049.github.io/odmantic"