diff --git a/backend/requirements/dev.txt b/backend/requirements/dev.txt index 752e10c..c55dffd 100644 --- a/backend/requirements/dev.txt +++ b/backend/requirements/dev.txt @@ -19,7 +19,7 @@ h11==0.9.0 httptools==0.1.1 idna==2.10 importlib-metadata==1.7.0 -joblib==0.16.0 +joblib==1.2.0 mccabe==0.6.1 more-itertools==8.4.0 numpy==1.19.1 diff --git a/backend/requirements/prod.txt b/backend/requirements/prod.txt index a0074dc..3ae4d8f 100644 --- a/backend/requirements/prod.txt +++ b/backend/requirements/prod.txt @@ -8,7 +8,7 @@ future==0.18.2 h11==0.9.0 httptools==0.1.1 idna==2.10 -joblib==0.16.0 +joblib==1.2.0 numpy==1.19.1 packaging==20.4 pydantic==1.6.1