From 6e74b5ab9b4a9556bbdc5a347972e1ebaf5ef29e Mon Sep 17 00:00:00 2001 From: ericholscher <25510+ericholscher@users.noreply.github.com> Date: Sun, 13 Oct 2024 00:04:09 +0000 Subject: [PATCH] Dependencies: all packages updated via pip-tools --- requirements/analyzer.txt | 52 +++++++++++++++++++++++++++++------- requirements/base.txt | 16 ++++++----- requirements/development.txt | 36 +++++++++++++------------ requirements/production.txt | 23 ++++++++-------- requirements/testing.txt | 4 +-- 5 files changed, 85 insertions(+), 46 deletions(-) diff --git a/requirements/analyzer.txt b/requirements/analyzer.txt index 9fa65340..60d221e4 100644 --- a/requirements/analyzer.txt +++ b/requirements/analyzer.txt @@ -22,7 +22,7 @@ certifi==2024.8.30 # via # requests # trafilatura -charset-normalizer==3.3.2 +charset-normalizer==3.4.0 # via # htmldate # requests @@ -42,7 +42,7 @@ cymem==2.0.8 # preshed # spacy # thinc -cytoolz==0.12.3 +cytoolz==1.0.0 # via textacy dateparser==1.2.0 # via htmldate @@ -53,15 +53,16 @@ filelock==3.16.1 # huggingface-hub # torch # transformers + # triton floret==0.10.5 # via textacy fsspec==2024.9.0 # via # huggingface-hub # torch -htmldate==1.9.0 +htmldate==1.9.1 # via trafilatura -huggingface-hub==0.25.1 +huggingface-hub==0.25.2 # via # sentence-transformers # transformers @@ -93,11 +94,11 @@ lxml[html-clean,html_clean]==5.3.0 # justext # lxml-html-clean # trafilatura -lxml-html-clean==0.2.2 +lxml-html-clean==0.3.1 # via lxml -marisa-trie==1.2.0 +marisa-trie==1.2.1 # via language-data -markupsafe==2.1.5 +markupsafe==3.0.1 # via jinja2 mpmath==1.3.0 # via sympy @@ -128,6 +129,37 @@ numpy==1.26.4 # thinc # torchvision # transformers +nvidia-cublas-cu12==12.1.3.1 + # via + # nvidia-cudnn-cu12 + # nvidia-cusolver-cu12 + # torch +nvidia-cuda-cupti-cu12==12.1.105 + # via torch +nvidia-cuda-nvrtc-cu12==12.1.105 + # via torch +nvidia-cuda-runtime-cu12==12.1.105 + # via torch +nvidia-cudnn-cu12==9.1.0.70 + # via torch +nvidia-cufft-cu12==11.0.2.54 + # via torch +nvidia-curand-cu12==10.3.2.106 + # via torch +nvidia-cusolver-cu12==11.4.5.107 + # via torch +nvidia-cusparse-cu12==12.1.0.106 + # via + # nvidia-cusolver-cu12 + # torch +nvidia-nccl-cu12==2.20.5 + # via torch +nvidia-nvjitlink-cu12==12.6.77 + # via + # nvidia-cusolver-cu12 + # nvidia-cusparse-cu12 +nvidia-nvtx-cu12==12.1.105 + # via torch packaging==24.1 # via # huggingface-hub @@ -139,7 +171,7 @@ pathlib-abc==0.1.1 # via pathy pathy==0.11.0 # via spacy -pgvector==0.3.4 +pgvector==0.3.5 # via -r analyzer.in pillow==10.4.0 # via torchvision @@ -234,7 +266,7 @@ tld==0.13 # via courlan tokenizers==0.13.3 # via transformers -toolz==0.12.1 +toolz==1.0.0 # via cytoolz torch==2.4.1 # via @@ -257,6 +289,8 @@ transformers==4.26.1 # via # sentence-transformers # spacy-transformers +triton==3.0.0 + # via torch typer==0.7.0 # via # pathy diff --git a/requirements/base.txt b/requirements/base.txt index ffd7a25f..8543c079 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -6,7 +6,7 @@ # aiohappyeyeballs==2.4.3 # via aiohttp -aiohttp==3.10.8 +aiohttp==3.10.10 # via geoip2 aiosignal==1.3.1 # via aiohttp @@ -31,7 +31,7 @@ celery[redis]==5.4.0 # via -r base.in certifi==2024.8.30 # via requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.0 # via requests click==8.1.7 # via @@ -45,7 +45,7 @@ click-plugins==1.1.1 # via celery click-repl==0.3.0 # via celery -crispy-bootstrap4==2024.1 +crispy-bootstrap4==2024.10 # via -r base.in dj-stripe==2.8.4 # via -r base.in @@ -64,7 +64,7 @@ django==5.0.9 # jsonfield django-allauth==65.0.2 # via -r base.in -django-cors-headers==4.4.0 +django-cors-headers==4.5.0 # via -r base.in django-countries==7.6.1 # via -r base.in @@ -98,7 +98,7 @@ idna==3.10 # via # requests # yarl -ip2proxy==3.4.1 +ip2proxy==3.4.2 # via -r base.in jsonfield==3.1.0 # via -r base.in @@ -114,13 +114,15 @@ pillow==10.4.0 # via -r base.in prompt-toolkit==3.0.48 # via click-repl +propcache==0.2.0 + # via yarl pyjwt==2.9.0 # via -r base.in python-dateutil==2.9.0.post0 # via celery pytz==2024.2 # via -r base.in -redis==5.1.0 +redis==5.1.1 # via celery requests==2.32.3 # via @@ -163,7 +165,7 @@ webencodings==0.5.1 # via bleach whitenoise==6.7.0 # via -r base.in -yarl==1.13.1 +yarl==1.15.1 # 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 c18be59c..c8904605 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -6,7 +6,7 @@ # aiohappyeyeballs==2.4.3 # via aiohttp -aiohttp==3.10.8 +aiohttp==3.10.10 # via geoip2 aiosignal==1.3.1 # via aiohttp @@ -50,7 +50,7 @@ certifi==2024.8.30 # via requests cfgv==3.4.0 # via pre-commit -charset-normalizer==3.3.2 +charset-normalizer==3.4.0 # via requests click==8.1.7 # via @@ -67,17 +67,17 @@ click-repl==0.3.0 # via celery colorama==0.4.6 # via sphinx-autobuild -coverage==7.6.1 +coverage==7.6.2 # via # -r development.in # django-coverage-plugin -crispy-bootstrap4==2024.1 +crispy-bootstrap4==2024.10 # via -r base.in decorator==5.1.1 # via # ipdb # ipython -distlib==0.3.8 +distlib==0.3.9 # via virtualenv dj-stripe==2.8.4 # via -r base.in @@ -97,7 +97,7 @@ django==5.0.9 # jsonfield django-allauth==65.0.2 # via -r base.in -django-cors-headers==4.4.0 +django-cors-headers==4.5.0 # via -r base.in django-countries==7.6.1 # via -r base.in @@ -123,7 +123,7 @@ django-simple-history==3.7.0 # via -r base.in django-slack==5.19.0 # via -r base.in -django-upgrade==1.21.0 +django-upgrade==1.22.1 # via -r development.in djangorestframework==3.15.2 # via -r base.in @@ -164,11 +164,11 @@ imagesize==1.4.1 # via sphinx iniconfig==2.0.0 # via pytest -ip2proxy==3.4.1 +ip2proxy==3.4.2 # via -r base.in ipdb==0.13.13 # via -r development.in -ipython==8.27.0 +ipython==8.28.0 # via # -r development.in # ipdb @@ -180,7 +180,7 @@ jsonfield==3.1.0 # via -r base.in kombu==5.4.2 # via celery -markupsafe==2.1.5 +markupsafe==3.0.1 # via jinja2 matplotlib-inline==0.1.7 # via ipython @@ -211,12 +211,14 @@ pluggy==1.5.0 # via # pytest # tox -pre-commit==3.8.0 +pre-commit==4.0.1 # via -r development.in prompt-toolkit==3.0.48 # via # click-repl # ipython +propcache==0.2.0 + # via yarl ptyprocess==0.7.0 # via pexpect pure-eval==0.2.3 @@ -243,7 +245,7 @@ pyyaml==6.0.2 # via # pre-commit # responses -redis==5.1.0 +redis==5.1.1 # via celery requests==2.32.3 # via @@ -280,9 +282,9 @@ sphinx==6.2.1 # sphinx-rtd-theme # sphinxcontrib-httpdomain # sphinxcontrib-jquery -sphinx-autobuild==2024.9.19 +sphinx-autobuild==2024.10.3 # via -r development.in -sphinx-rtd-theme==2.0.0 +sphinx-rtd-theme==3.0.1 # via -r development.in sphinxcontrib-applehelp==2.0.0 # via sphinx @@ -314,7 +316,7 @@ stripe==4.2.0 # dj-stripe tokenize-rt==6.0.0 # via django-upgrade -tomli==2.0.1 +tomli==2.0.2 # via # ipdb # pytest @@ -350,7 +352,7 @@ urllib3==2.2.3 # responses user-agents==2.2.0 # via -r base.in -uvicorn==0.31.0 +uvicorn==0.31.1 # via sphinx-autobuild vine==5.1.0 # via @@ -371,7 +373,7 @@ websockets==13.1 # via sphinx-autobuild whitenoise==6.7.0 # via -r base.in -yarl==1.13.1 +yarl==1.15.1 # 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 2c04ae00..346433c8 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -6,7 +6,7 @@ # aiohappyeyeballs==2.4.3 # via aiohttp -aiohttp==3.10.8 +aiohttp==3.10.10 # via geoip2 aiosignal==1.3.1 # via aiohttp @@ -41,7 +41,7 @@ certifi==2024.8.30 # sentry-sdk cffi==1.17.1 # via cryptography -charset-normalizer==3.3.2 +charset-normalizer==3.4.0 # via requests click==8.1.7 # via @@ -55,7 +55,7 @@ click-plugins==1.1.1 # via celery click-repl==0.3.0 # via celery -crispy-bootstrap4==2024.1 +crispy-bootstrap4==2024.10 # via -r base.in cryptography==43.0.1 # via azure-storage-blob @@ -81,7 +81,7 @@ django-allauth==65.0.2 # via -r base.in django-anymail==12.0 # via -r production.in -django-cors-headers==4.4.0 +django-cors-headers==4.5.0 # via -r base.in django-countries==7.6.1 # via -r base.in @@ -121,9 +121,9 @@ idna==3.10 # via # requests # yarl -ip2proxy==3.4.1 +ip2proxy==3.4.2 # via -r base.in -isodate==0.6.1 +isodate==0.7.2 # via azure-storage-blob jsonfield==3.1.0 # via -r base.in @@ -135,7 +135,7 @@ multidict==6.1.0 # via # aiohttp # yarl -newrelic==10.0.0 +newrelic==10.1.0 # via -r production.in packaging==24.1 # via gunicorn @@ -143,6 +143,8 @@ pillow==10.4.0 # via -r base.in prompt-toolkit==3.0.48 # via click-repl +propcache==0.2.0 + # via yarl psycopg2-binary==2.9.9 # via -r production.in pycparser==2.22 @@ -153,7 +155,7 @@ python-dateutil==2.9.0.post0 # via celery pytz==2024.2 # via -r base.in -redis==5.1.0 +redis==5.1.1 # via # celery # django-redis @@ -164,13 +166,12 @@ requests==2.32.3 # django-slack # geoip2 # stripe -sentry-sdk==2.15.0 +sentry-sdk==2.16.0 # via -r production.in six==1.16.0 # via # azure-core # bleach - # isodate # python-dateutil sqlparse==0.5.1 # via django @@ -209,7 +210,7 @@ webencodings==0.5.1 # via bleach whitenoise==6.7.0 # via -r base.in -yarl==1.13.1 +yarl==1.15.1 # 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 d8d3c437..eb878781 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -6,7 +6,7 @@ # beautifulsoup4==4.12.3 # via -r testing.in -distlib==0.3.8 +distlib==0.3.9 # via virtualenv filelock==3.16.1 # via @@ -24,7 +24,7 @@ six==1.16.0 # via tox soupsieve==2.6 # via beautifulsoup4 -tomli==2.0.1 +tomli==2.0.2 # via tox tox==3.28.0 # via -r testing.in