From d5ccac856c81e1e18d8121e9ff17de3948ff5200 Mon Sep 17 00:00:00 2001 From: ericholscher <25510+ericholscher@users.noreply.github.com> Date: Sun, 27 Oct 2024 00:04:06 +0000 Subject: [PATCH] Dependencies: all packages updated via pip-tools --- requirements/analyzer.txt | 35 +++++++++++++++++++++++++++++++++++ requirements/base.txt | 9 +++++---- requirements/development.txt | 19 ++++++++++--------- requirements/production.txt | 17 +++++++++-------- requirements/testing.txt | 2 +- 5 files changed, 60 insertions(+), 22 deletions(-) diff --git a/requirements/analyzer.txt b/requirements/analyzer.txt index 953b000d..b5ef4e18 100644 --- a/requirements/analyzer.txt +++ b/requirements/analyzer.txt @@ -53,6 +53,7 @@ filelock==3.16.1 # huggingface-hub # torch # transformers + # triton floret==0.10.5 # via textacy fsspec==2024.10.0 @@ -129,6 +130,38 @@ numpy==1.26.4 # thinc # torchvision # transformers +nvidia-cublas-cu12==12.4.5.8 + # via + # nvidia-cudnn-cu12 + # nvidia-cusolver-cu12 + # torch +nvidia-cuda-cupti-cu12==12.4.127 + # via torch +nvidia-cuda-nvrtc-cu12==12.4.127 + # via torch +nvidia-cuda-runtime-cu12==12.4.127 + # via torch +nvidia-cudnn-cu12==9.1.0.70 + # via torch +nvidia-cufft-cu12==11.2.1.3 + # via torch +nvidia-curand-cu12==10.3.5.147 + # via torch +nvidia-cusolver-cu12==11.6.1.9 + # via torch +nvidia-cusparse-cu12==12.3.1.170 + # via + # nvidia-cusolver-cu12 + # torch +nvidia-nccl-cu12==2.21.5 + # via torch +nvidia-nvjitlink-cu12==12.4.127 + # via + # nvidia-cusolver-cu12 + # nvidia-cusparse-cu12 + # torch +nvidia-nvtx-cu12==12.4.127 + # via torch packaging==24.1 # via # huggingface-hub @@ -258,6 +291,8 @@ transformers==4.26.1 # via # sentence-transformers # spacy-transformers +triton==3.1.0 + # via torch typer==0.7.0 # via # pathy diff --git a/requirements/base.txt b/requirements/base.txt index 724a92f8..c2916fac 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -15,6 +15,7 @@ amqp==5.2.0 asgiref==3.8.1 # via # django + # django-allauth # django-cors-headers # django-countries async-timeout==4.0.3 @@ -62,7 +63,7 @@ django==5.0.9 # django-slack # djangorestframework # jsonfield -django-allauth==65.0.2 +django-allauth==65.1.0 # via -r base.in django-cors-headers==4.5.0 # via -r base.in @@ -88,7 +89,7 @@ djangorestframework==3.15.2 # via -r base.in djangorestframework-jsonp==1.0.2 # via -r base.in -frozenlist==1.4.1 +frozenlist==1.5.0 # via # aiohttp # aiosignal @@ -122,7 +123,7 @@ python-dateutil==2.9.0.post0 # via celery pytz==2024.2 # via -r base.in -redis==5.1.1 +redis==5.2.0 # via celery requests==2.32.3 # via @@ -163,7 +164,7 @@ webencodings==0.5.1 # via bleach whitenoise==6.7.0 # via -r base.in -yarl==1.15.2 +yarl==1.16.0 # via aiohttp # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/development.txt b/requirements/development.txt index 4fa9ae60..6be6edba 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -21,6 +21,7 @@ anyio==4.6.2.post1 asgiref==3.8.1 # via # django + # django-allauth # django-cors-headers # django-countries asttokens==2.4.1 @@ -67,7 +68,7 @@ click-repl==0.3.0 # via celery colorama==0.4.6 # via sphinx-autobuild -coverage==7.6.3 +coverage==7.6.4 # via # -r development.in # django-coverage-plugin @@ -95,7 +96,7 @@ django==5.0.9 # django-slack # djangorestframework # jsonfield -django-allauth==65.0.2 +django-allauth==65.1.0 # via -r base.in django-cors-headers==4.5.0 # via -r base.in @@ -145,7 +146,7 @@ filelock==3.16.1 # via # tox # virtualenv -frozenlist==1.4.1 +frozenlist==1.5.0 # via # aiohttp # aiosignal @@ -168,7 +169,7 @@ ip2proxy==3.4.2 # via -r base.in ipdb==0.13.13 # via -r development.in -ipython==8.28.0 +ipython==8.29.0 # via # -r development.in # ipdb @@ -180,7 +181,7 @@ jsonfield==3.1.0 # via -r base.in kombu==5.4.2 # via celery -markupsafe==3.0.1 +markupsafe==3.0.2 # via jinja2 matplotlib-inline==0.1.7 # via ipython @@ -245,7 +246,7 @@ pyyaml==6.0.2 # via # pre-commit # responses -redis==5.1.1 +redis==5.2.0 # via celery requests==2.32.3 # via @@ -314,7 +315,7 @@ stripe==4.2.0 # via # -r base.in # dj-stripe -tokenize-rt==6.0.0 +tokenize-rt==6.1.0 # via django-upgrade tomli==2.0.2 # via @@ -357,7 +358,7 @@ vine==5.1.0 # amqp # celery # kombu -virtualenv==20.26.6 +virtualenv==20.27.0 # via # pre-commit # tox @@ -371,7 +372,7 @@ websockets==13.1 # via sphinx-autobuild whitenoise==6.7.0 # via -r base.in -yarl==1.15.2 +yarl==1.16.0 # via aiohttp # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/production.txt b/requirements/production.txt index ad653073..dc2dab0a 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -15,6 +15,7 @@ amqp==5.2.0 asgiref==3.8.1 # via # django + # django-allauth # django-cors-headers # django-countries async-timeout==4.0.3 @@ -57,7 +58,7 @@ click-repl==0.3.0 # via celery crispy-bootstrap4==2024.10 # via -r base.in -cryptography==43.0.1 +cryptography==43.0.3 # via azure-storage-blob dj-stripe==2.8.4 # via -r base.in @@ -77,7 +78,7 @@ django==5.0.9 # django-storages # djangorestframework # jsonfield -django-allauth==65.0.2 +django-allauth==65.1.0 # via -r base.in django-anymail==12.0 # via -r production.in @@ -109,7 +110,7 @@ djangorestframework==3.15.2 # via -r base.in djangorestframework-jsonp==1.0.2 # via -r base.in -frozenlist==1.4.1 +frozenlist==1.5.0 # via # aiohttp # aiosignal @@ -135,7 +136,7 @@ multidict==6.1.0 # via # aiohttp # yarl -newrelic==10.1.0 +newrelic==10.2.0 # via -r production.in packaging==24.1 # via gunicorn @@ -145,7 +146,7 @@ prompt-toolkit==3.0.48 # via click-repl propcache==0.2.0 # via yarl -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.10 # via -r production.in pycparser==2.22 # via cffi @@ -155,7 +156,7 @@ python-dateutil==2.9.0.post0 # via celery pytz==2024.2 # via -r base.in -redis==5.1.1 +redis==5.2.0 # via # celery # django-redis @@ -166,7 +167,7 @@ requests==2.32.3 # django-slack # geoip2 # stripe -sentry-sdk==2.16.0 +sentry-sdk==2.17.0 # via -r production.in six==1.16.0 # via @@ -208,7 +209,7 @@ webencodings==0.5.1 # via bleach whitenoise==6.7.0 # via -r base.in -yarl==1.15.2 +yarl==1.16.0 # via aiohttp # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/testing.txt b/requirements/testing.txt index eb878781..3c202318 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -28,5 +28,5 @@ tomli==2.0.2 # via tox tox==3.28.0 # via -r testing.in -virtualenv==20.26.6 +virtualenv==20.27.0 # via tox