diff --git a/pyproject.toml b/pyproject.toml index 32dbc38d..69a044bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ dependencies = [ "h5py>=3.10.0", # License: BSD # Required for knnvector workload - "numpy>=1.24.2,<=2.5.0", + "numpy>=1.24.2,<=2.5.1", # License: MIT "tqdm", # License: MIT @@ -98,7 +98,7 @@ dependencies = [ # License: BSD "pandas>=1.4.3", # License: MIT - "mimesis==19.1.0", + "mimesis==21.0.0", # Licence: BSD-3-Clause "dask", # Licence: BSD-3-Clause @@ -137,11 +137,11 @@ develop = [ "pytest-benchmark>=4.0.0", "pytest-asyncio==1.4.0", "tox>=4.0", - "coverage==7.14.3", - "twine==6.2.0", + "coverage==7.15.2", + "twine==7.0.0", "wheel>=0.38.4", "github3.py==4.0.1", - "ruff==0.15.20", + "ruff==0.16.0", ] # ---------------------------------------------------------------------------