Skip to content

Commit

Permalink
Updated packages dependencies (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
crisingulani committed Sep 19, 2024
1 parent d2ff844 commit 5415abd
Showing 1 changed file with 28 additions and 25 deletions.
53 changes: 28 additions & 25 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,35 +1,38 @@
astropy==6.1.0
coverage==7.5.1
celery
Django==5.0.6
django-celery-results
django-celery-beat
django-cors-headers==4.3.1
astropy==6.1.3
celery==5.4.0
coverage==7.6.1
Django==5.1.1
django-celery-beat==2.7.0
django-celery-results==2.5.1
django-cors-headers==4.4.0
django-filebrowser-no-grappelli==4.0.2
django-filter==24.2
django-oauth-toolkit==2.3.0
django-filter==24.3
django-oauth-toolkit==3.0.1
djangosaml2==1.9.3
xmlsec==1.3.14
django-shibboleth-remoteuser==0.12
djangorestframework==3.15.1
drf-social-oauth2==2.2.0
djangorestframework==3.15.2
drf-social-oauth2==3.1.0
drf-spectacular==0.27.2
gunicorn==22.0.0
gunicorn==23.0.0
h5py==3.11.0
numpy==1.26.4
numpy==2.1.1
pandas==2.2.2
psycopg2-binary==2.9.9
pyarrow==16.0.0
PyJWT==2.8.0
pytest==8.2.0
pyarrow==17.0.0
pydantic==2.9.2
PyJWT==2.9.0
pyOpenSSL==24.2.1
pysaml2==7.5.0
pytest==8.3.3
pytest-cov==5.0.0
pytest-django==4.8.0
PyYAML==6.0.1
requests==2.31.0
pytest-django==4.9.0
PyYAML==6.0.2
requests==2.32.3
requests-oauthlib==2.0.0
social-auth-app-django==5.4.1
social-auth-app-django==5.4.2
social-auth-core==4.5.4
tables-io==0.9.6
tables==3.9.2
uWSGI==2.0.25.1
pydantic==2.7.1
sqlparse==0.5.1
tables==3.10.1
tables-io==0.9.9
uWSGI==2.0.26
xmlsec==1.3.14

0 comments on commit 5415abd

Please sign in to comment.