diff --git a/backend/requirements/dev.txt b/backend/requirements/dev.txt index 752e10c..248af11 100644 --- a/backend/requirements/dev.txt +++ b/backend/requirements/dev.txt @@ -22,7 +22,7 @@ importlib-metadata==1.7.0 joblib==0.16.0 mccabe==0.6.1 more-itertools==8.4.0 -numpy==1.19.1 +numpy==1.22.0 packaging==20.4 pluggy==0.13.1 protobuf==3.12.2 diff --git a/backend/requirements/prod.txt b/backend/requirements/prod.txt index a0074dc..227d9d2 100644 --- a/backend/requirements/prod.txt +++ b/backend/requirements/prod.txt @@ -9,7 +9,7 @@ h11==0.9.0 httptools==0.1.1 idna==2.10 joblib==0.16.0 -numpy==1.19.1 +numpy==1.22.0 packaging==20.4 pydantic==1.6.1 pyparsing==2.4.7