diff --git a/pyproject.toml b/pyproject.toml index 8e0fdc2..b5a2a44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ allow-direct-references = true [tool.hatch.envs.default] type = "virtual" path = ".venv-default" -dependencies = ["ipython==8.17.2"] +dependencies = ["ipython==8.18.0"] [tool.hatch.envs.lint] type = "virtual"