diff --git a/pyproject.toml b/pyproject.toml index 1128a38..f130479 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ source = "vcs" [tool.hatch.envs.default] type = "virtual" path = ".venv-default" -dependencies = ["ipython==8.18.0"] +dependencies = ["ipython==8.18.1"] [tool.hatch.envs.generate] type = "virtual"