Skip to content

Commit

Permalink
Merge pull request #932 from readthedocs/dependencies/pip-tools-e4deaa4
Browse files Browse the repository at this point in the history
Dependencies: all packages updated via pip-tools
  • Loading branch information
ericholscher authored Oct 28, 2024
2 parents 2351e49 + d5ccac8 commit c84adf3
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 22 deletions.
35 changes: 35 additions & 0 deletions requirements/analyzer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ filelock==3.16.1
# huggingface-hub
# torch
# transformers
# triton
floret==0.10.5
# via textacy
fsspec==2024.10.0
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
9 changes: 5 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
19 changes: 10 additions & 9 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -145,7 +146,7 @@ filelock==3.16.1
# via
# tox
# virtualenv
frozenlist==1.4.1
frozenlist==1.5.0
# via
# aiohttp
# aiosignal
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -357,7 +358,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.26.6
virtualenv==20.27.0
# via
# pre-commit
# tox
Expand All @@ -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:
Expand Down
17 changes: 9 additions & 8 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c84adf3

Please sign in to comment.