From c7548fca67cc4d87ffc27c27e2d4518b873f6d8b Mon Sep 17 00:00:00 2001 From: Cristiano Singulani Date: Wed, 8 May 2024 18:10:42 +0000 Subject: [PATCH 1/4] Added only essential primary packages to requirements.txt in order to alleviate dependabot warnings. --- backend/requirements.txt | 45 +++------------------------------------- 1 file changed, 3 insertions(+), 42 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 7fe27ed..c6aba5d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,14 +1,6 @@ -asgiref==3.5.2 astropy==5.1 -attrs==21.4.0 -certifi==2022.5.18.1 -cffi==1.15.0 -charset-normalizer==2.0.12 coverage==6.5.0 -cryptography==37.0.2 -defusedxml==0.7.1 -Deprecated==1.2.13 -Django==4.0.2 +Django==4.1.10 django-cors-headers==3.11.0 django-filebrowser-no-grappelli==4.0.1 django-filter==21.1 @@ -17,50 +9,19 @@ django-shibboleth-remoteuser==0.12 djangorestframework==3.13.1 drf-social-oauth2==1.2.1 drf-spectacular==0.22.0 -ecdsa==0.17.0 -exceptiongroup==1.0.1 -factory-boy==3.2.1 -Faker==15.1.1 -gunicorn==20.1.0 +gunicorn==22.0.0 h5py==3.7.0 -idna==3.3 -inflection==0.5.1 -iniconfig==1.1.1 -jsonschema==4.6.0 -jwcrypto==1.3.1 -numexpr==2.8.3 numpy==1.22.4 -oauthlib==3.2.0 -packaging==21.3 -pandas==1.4.2 -pluggy==1.0.0 psycopg2-binary==2.9.3 -pyarrow==9.0.0 -pyasn1==0.4.8 -pycparser==2.21 -pyerfa==2.0.0.1 +pyarrow==16.0.0 PyJWT==2.4.0 -pyparsing==3.0.9 -pyrsistent==0.18.1 pytest==7.2.0 pytest-cov==4.0.0 pytest-django==4.5.2 -python-dateutil==2.8.2 -python-jose==3.3.0 -python3-openid==3.2.0 -pytz==2022.1 PyYAML==6.0 requests==2.28.0 requests-oauthlib==1.3.1 -rsa==4.8 -six==1.16.0 social-auth-app-django==5.0.0 social-auth-core==4.3.0 -sqlparse==0.4.2 -tables==3.7.0 tables-io==0.7.9 -tomli==2.0.1 -uritemplate==4.1.1 -urllib3==1.26.9 uWSGI==2.0.21 -wrapt==1.14.1 From 58fe8571c9874eeca6231e2331b6902bc444c982 Mon Sep 17 00:00:00 2001 From: Cristiano Singulani Date: Wed, 8 May 2024 18:21:37 +0000 Subject: [PATCH 2/4] Updated astropy to 5.3.3 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c6aba5d..c2a1b2c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -astropy==5.1 +astropy==5.3.3 coverage==6.5.0 Django==4.1.10 django-cors-headers==3.11.0 From fba650d3285c3e77f48c52838df275bc67ee8172 Mon Sep 17 00:00:00 2001 From: Cristiano Singulani Date: Mon, 13 May 2024 12:40:50 -0300 Subject: [PATCH 3/4] Update requirements --- backend/requirements.txt | 49 ++++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c2a1b2c..390aa15 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,27 +1,28 @@ -astropy==5.3.3 -coverage==6.5.0 -Django==4.1.10 -django-cors-headers==3.11.0 -django-filebrowser-no-grappelli==4.0.1 -django-filter==21.1 -django-oauth-toolkit==2.0.0 +astropy==6.1.0 +coverage==7.5.1 +Django==5.0.6 +django-cors-headers==4.3.1 +django-filebrowser-no-grappelli==4.0.2 +django-filter==24.2 +django-oauth-toolkit==2.3.0 django-shibboleth-remoteuser==0.12 -djangorestframework==3.13.1 -drf-social-oauth2==1.2.1 -drf-spectacular==0.22.0 +djangorestframework==3.15.1 +drf-social-oauth2==2.2.0 +drf-spectacular==0.27.2 gunicorn==22.0.0 -h5py==3.7.0 -numpy==1.22.4 -psycopg2-binary==2.9.3 +h5py==3.11.0 +numpy==1.26.4 +pandas==2.2.2 +psycopg2-binary==2.9.9 pyarrow==16.0.0 -PyJWT==2.4.0 -pytest==7.2.0 -pytest-cov==4.0.0 -pytest-django==4.5.2 -PyYAML==6.0 -requests==2.28.0 -requests-oauthlib==1.3.1 -social-auth-app-django==5.0.0 -social-auth-core==4.3.0 -tables-io==0.7.9 -uWSGI==2.0.21 +PyJWT==2.8.0 +pytest==8.2.0 +pytest-cov==5.0.0 +pytest-django==4.8.0 +PyYAML==6.0.1 +requests==2.31.0 +requests-oauthlib==2.0.0 +social-auth-app-django==5.4.1 +social-auth-core==4.5.4 +tables-io==0.9.6 +uWSGI==2.0.25.1 From c5f354334f9f2b8692129aa9b9b12b13ffd1bdc7 Mon Sep 17 00:00:00 2001 From: Cristiano Singulani Date: Mon, 13 May 2024 14:15:24 -0300 Subject: [PATCH 4/4] Updated packages --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 390aa15..b785cb4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -25,4 +25,5 @@ requests-oauthlib==2.0.0 social-auth-app-django==5.4.1 social-auth-core==4.5.4 tables-io==0.9.6 +tables==3.9.2 uWSGI==2.0.25.1