Fixes of new dependencies versions
Created by: MorrisNein
Three site-packages received updates that broke local development.
- One of the issues had to be fixed via requirements, as the exception appeared in a site-package that used an older version of this dependency.
- The other one was caused by using a deprecated method in pymongo.
- scikit-learn==1.0.0 used a deprecated attribute
use_label_encoder
ofXGBClassifier