diff --git a/pyproject.toml b/pyproject.toml index b5a2a44..cfa15fb 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.18.0"] +dependencies = ["ipython==8.18.1"] [tool.hatch.envs.lint] type = "virtual"