diff --git a/pyproject.toml b/pyproject.toml index cb0f7d8ce..31cc404aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ readme = "README.md" requires-python = ">=3.9" dependencies = [ - "dask == 2024.6.0", + "dask == 2024.6.1", "pyarrow>=7.0.0", "pandas >= 2", ]