Skip to content

Bump urllib3 from 1.26.18 to 1.26.19 in /requirements #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion requirements/common-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ exceptiongroup==1.2.1
# via anyio
fastapi==0.110.3
# via -r mini-requirements.in
greenlet==3.0.3
# via sqlalchemy
h11==0.14.0
# via uvicorn
idna==3.7
Expand Down Expand Up @@ -72,7 +74,7 @@ typing-extensions==4.12.2
# fastapi
# pydantic
# starlette
urllib3==1.26.18
urllib3==1.26.19
# via
# botocore
# minio
Expand Down
4 changes: 3 additions & 1 deletion requirements/exec-env-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ fuzzywuzzy==0.18.0
# via -r exec-env-requirements.in
google-search-results==2.4.1
# via -r exec-env-requirements.in
greenlet==3.0.3
# via sqlalchemy
groq==0.4.2
# via -r exec-env-requirements.in
h11==0.14.0
Expand Down Expand Up @@ -323,7 +325,7 @@ typing-extensions==4.12.2
# typeguard
tzdata==2024.1
# via pandas
urllib3==2.2.1
urllib3==1.26.19
# via requests
vadersentiment==3.3.2
# via -r exec-env-requirements.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/mini-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ typing-extensions==4.12.2
# fastapi
# pydantic
# starlette
urllib3==2.2.1
urllib3==1.26.19
# via requests
uvicorn==0.22.0
# via -r mini-requirements.in
6 changes: 4 additions & 2 deletions requirements/torch-cpu-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ filelock==3.14.0
# transformers
fsspec==2024.6.0
# via huggingface-hub
greenlet==3.0.3
# via sqlalchemy
h11==0.14.0
# via uvicorn
huggingface-hub==0.23.3
Expand Down Expand Up @@ -118,7 +120,7 @@ threadpoolctl==3.5.0
# via scikit-learn
tokenizers==0.19.1
# via transformers
torch==1.13.1
torch==1.13.1+cpu
# via -r torch-cpu-requirements.in
tqdm==4.66.4
# via
Expand All @@ -134,7 +136,7 @@ typing-extensions==4.12.2
# pydantic
# starlette
# torch
urllib3==1.26.18
urllib3==1.26.19
# via
# botocore
# minio
Expand Down
18 changes: 17 additions & 1 deletion requirements/torch-cuda-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ filelock==3.14.0
# transformers
fsspec==2024.6.0
# via huggingface-hub
greenlet==3.0.3
# via sqlalchemy
h11==0.14.0
# via uvicorn
huggingface-hub==0.23.3
Expand Down Expand Up @@ -60,6 +62,16 @@ numpy==1.23.4
# scikit-optimize
# scipy
# transformers
nvidia-cublas-cu11==11.10.3.66
# via
# nvidia-cudnn-cu11
# torch
nvidia-cuda-nvrtc-cu11==11.7.99
# via torch
nvidia-cuda-runtime-cu11==11.7.99
# via torch
nvidia-cudnn-cu11==8.5.0.96
# via torch
packaging==24.1
# via
# huggingface-hub
Expand Down Expand Up @@ -134,10 +146,14 @@ typing-extensions==4.12.2
# pydantic
# starlette
# torch
urllib3==1.26.18
urllib3==1.26.19
# via
# botocore
# minio
# requests
uvicorn==0.22.0
# via -r mini-requirements.in
wheel==0.43.0
# via
# nvidia-cublas-cu11
# nvidia-cuda-runtime-cu11