diff --git a/FastAPISQLAlchamyGraphQL/app/dev_requirements.txt b/FastAPISQLAlchamyGraphQL/app/dev_requirements.txt old mode 100755 new mode 100644 index dfe94ee..b26584b --- a/FastAPISQLAlchamyGraphQL/app/dev_requirements.txt +++ b/FastAPISQLAlchamyGraphQL/app/dev_requirements.txt @@ -2,7 +2,7 @@ fastapi uvicorn gunicorn pandas==1.0.3 -numpy==1.18.2 +numpy==1.22.0 psycopg2==2.8.5 sqlalchemy==1.3.17 jwt==1.0.0 diff --git a/FastAPISQLAlchamyGraphQL/app/requirements.txt b/FastAPISQLAlchamyGraphQL/app/requirements.txt old mode 100755 new mode 100644 index 17a9671..c9330fd --- a/FastAPISQLAlchamyGraphQL/app/requirements.txt +++ b/FastAPISQLAlchamyGraphQL/app/requirements.txt @@ -1,5 +1,5 @@ pandas==1.0.3 -numpy==1.18.2 +numpy==1.22.0 psycopg2==2.8.5 sqlalchemy==1.3.17 jwt==1.0.0