diff --git a/requirements-dev.txt b/requirements-dev.txt index 1861cf92ca..8ae3c22bf3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -20,7 +20,7 @@ pytest-lazy-fixture==0.6.3 lxml==5.1.0 dask==2022.2.0; python_version < '3.8' dask==2023.5.0; python_version == '3.8' -dask[dataframe]==2024.4.0; python_version >= '3.9' +dask[dataframe]==2024.4.1; python_version >= '3.9' numpy; python_version < '3.9' numpy==1.26.2; python_version >= '3.9' pandas==1.3.5; python_version < '3.8'