Skip to content

Commit

Permalink
build(deps): bump cryptography version (#3599)
Browse files Browse the repository at this point in the history
### Summary

Bumps to the latest version of the `cryptography` library to address
`GHSA-h4gh-qq45-vh27`.
  • Loading branch information
MthwRobinson authored Sep 5, 2024
1 parent f25eb60 commit c060467
Show file tree
Hide file tree
Showing 35 changed files with 139 additions and 117 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ python-magic==0.4.27
# via -r ./base.in
python-oxmsg==0.0.1
# via -r ./base.in
rapidfuzz==3.9.6
rapidfuzz==3.9.7
# via -r ./base.in
regex==2024.7.24
# via nltk
Expand Down Expand Up @@ -133,7 +133,7 @@ typing-inspect==0.9.0
# via
# dataclasses-json
# unstructured-client
unstructured-client==0.25.5
unstructured-client==0.25.7
# via -r ./base.in
urllib3==1.26.20
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/extra-paddleocr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ imgaug==0.4.0
# via unstructured-paddleocr
importlib-resources==6.4.4
# via matplotlib
kiwisolver==1.4.5
kiwisolver==1.4.7
# via matplotlib
lazy-loader==0.4
# via scikit-image
Expand Down Expand Up @@ -127,7 +127,7 @@ python-dateutil==2.9.0.post0
# matplotlib
pyyaml==6.0.2
# via unstructured-paddleocr
rapidfuzz==3.9.6
rapidfuzz==3.9.7
# via
# -c ./base.txt
# unstructured-paddleocr
Expand Down Expand Up @@ -157,7 +157,7 @@ sniffio==1.3.1
# -c ./base.txt
# anyio
# httpx
tifffile==2024.8.28
tifffile==2024.8.30
# via scikit-image
tqdm==4.66.5
# via
Expand Down
20 changes: 10 additions & 10 deletions requirements/extra-pdf-image.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ certifi==2024.8.30
# via
# -c ./base.txt
# requests
cffi==1.17.0
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
# via
Expand All @@ -23,7 +23,7 @@ coloredlogs==15.0.1
# via onnxruntime
contourpy==1.3.0
# via matplotlib
cryptography==43.0.0
cryptography==43.0.1
# via pdfminer-six
cycler==0.12.1
# via matplotlib
Expand All @@ -40,7 +40,7 @@ flatbuffers==24.3.25
# via onnxruntime
fonttools==4.53.1
# via matplotlib
fsspec==2024.6.1
fsspec==2024.9.0
# via
# huggingface-hub
# torch
Expand Down Expand Up @@ -81,7 +81,7 @@ iopath==0.1.10
# via layoutparser
jinja2==3.1.4
# via torch
kiwisolver==1.4.5
kiwisolver==1.4.7
# via matplotlib
layoutparser==0.3.4
# via unstructured-inference
Expand Down Expand Up @@ -119,7 +119,7 @@ onnx==1.16.2
# via
# -r ./extra-pdf-image.in
# unstructured-inference
onnxruntime==1.19.0
onnxruntime==1.19.2
# via unstructured-inference
opencv-python==4.10.0.84
# via
Expand Down Expand Up @@ -148,7 +148,7 @@ pdfplumber==0.11.4
# via layoutparser
pi-heif==0.18.0
# via -r ./extra-pdf-image.in
pikepdf==9.2.0
pikepdf==9.2.1
# via -r ./extra-pdf-image.in
pillow==10.4.0
# via
Expand Down Expand Up @@ -210,7 +210,7 @@ pyyaml==6.0.2
# omegaconf
# timm
# transformers
rapidfuzz==3.9.6
rapidfuzz==3.9.7
# via
# -c ./base.txt
# unstructured-inference
Expand All @@ -226,7 +226,7 @@ requests==2.32.3
# transformers
rsa==4.9
# via google-auth
safetensors==0.4.4
safetensors==0.4.5
# via
# timm
# transformers
Expand All @@ -248,13 +248,13 @@ tokenizers==0.19.1
# via
# -c ././deps/constraints.txt
# transformers
torch==2.4.0
torch==2.4.1
# via
# effdet
# timm
# torchvision
# unstructured-inference
torchvision==0.19.0
torchvision==0.19.1
# via
# effdet
# timm
Expand Down
6 changes: 3 additions & 3 deletions requirements/huggingface.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ filelock==3.15.4
# huggingface-hub
# torch
# transformers
fsspec==2024.6.1
fsspec==2024.9.0
# via
# huggingface-hub
# torch
Expand Down Expand Up @@ -74,7 +74,7 @@ requests==2.32.3
# transformers
sacremoses==0.1.1
# via -r ./huggingface.in
safetensors==0.4.4
safetensors==0.4.5
# via transformers
sentencepiece==0.2.0
# via -r ./huggingface.in
Expand All @@ -88,7 +88,7 @@ tokenizers==0.19.1
# via
# -c ././deps/constraints.txt
# transformers
torch==2.4.0
torch==2.4.1
# via -r ./huggingface.in
tqdm==4.66.5
# via
Expand Down
6 changes: 4 additions & 2 deletions requirements/ingest/airtable.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ inflection==0.5.1
# via pyairtable
pyairtable==2.3.3
# via -r ./ingest/airtable.in
pydantic==2.8.2
pydantic==2.9.0
# via pyairtable
pydantic-core==2.20.1
pydantic-core==2.23.2
# via pydantic
requests==2.32.3
# via
Expand All @@ -36,6 +36,8 @@ typing-extensions==4.12.2
# pyairtable
# pydantic
# pydantic-core
tzdata==2024.1
# via pydantic
urllib3==1.26.20
# via
# -c ./ingest/../base.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/ingest/azure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ certifi==2024.8.30
# via
# -c ./ingest/../base.txt
# requests
cffi==1.17.0
cffi==1.17.1
# via
# azure-datalake-store
# cryptography
charset-normalizer==3.3.2
# via
# -c ./ingest/../base.txt
# requests
cryptography==43.0.0
cryptography==43.0.1
# via
# azure-identity
# azure-storage-blob
Expand All @@ -49,7 +49,7 @@ frozenlist==1.4.1
# via
# aiohttp
# aiosignal
fsspec==2024.6.1
fsspec==2024.9.0
# via
# -r ./ingest/azure.in
# adlfs
Expand Down Expand Up @@ -99,5 +99,5 @@ urllib3==1.26.20
# -c ./ingest/../base.txt
# -c ./ingest/../deps/constraints.txt
# requests
yarl==1.9.4
yarl==1.9.11
# via aiohttp
6 changes: 3 additions & 3 deletions requirements/ingest/box.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ certifi==2024.8.30
# via
# -c ./ingest/../base.txt
# requests
cffi==1.17.0
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
# via
# -c ./ingest/../base.txt
# requests
cryptography==43.0.0
cryptography==43.0.1
# via boxsdk
fsspec==2024.6.1
fsspec==2024.9.0
# via
# -r ./ingest/box.in
# boxfs
Expand Down
16 changes: 9 additions & 7 deletions requirements/ingest/chroma.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ exceptiongroup==1.2.2
# via
# -c ./ingest/../base.txt
# anyio
fastapi==0.112.2
fastapi==0.113.0
# via chromadb
filelock==3.15.4
# via huggingface-hub
flatbuffers==24.3.25
# via onnxruntime
fsspec==2024.6.1
fsspec==2024.9.0
# via huggingface-hub
google-auth==2.34.0
# via kubernetes
Expand Down Expand Up @@ -122,7 +122,7 @@ oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
onnxruntime==1.19.0
onnxruntime==1.19.2
# via chromadb
opentelemetry-api==1.27.0
# via
Expand Down Expand Up @@ -172,7 +172,7 @@ packaging==24.1
# build
# huggingface-hub
# onnxruntime
posthog==3.6.0
posthog==3.6.3
# via chromadb
protobuf==4.23.4
# via
Expand All @@ -186,11 +186,11 @@ pyasn1==0.6.0
# rsa
pyasn1-modules==0.4.0
# via google-auth
pydantic==2.8.2
pydantic==2.9.0
# via
# chromadb
# fastapi
pydantic-core==2.20.1
pydantic-core==2.23.2
# via pydantic
pypika==0.48.9
# via chromadb
Expand Down Expand Up @@ -231,7 +231,7 @@ sniffio==1.3.1
# -c ./ingest/../base.txt
# anyio
# httpx
starlette==0.38.2
starlette==0.38.4
# via fastapi
sympy==1.13.2
# via onnxruntime
Expand Down Expand Up @@ -268,6 +268,8 @@ typing-extensions==4.12.2
# starlette
# typer
# uvicorn
tzdata==2024.1
# via pydantic
urllib3==1.26.20
# via
# -c ./ingest/../base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/databricks-volumes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ charset-normalizer==3.3.2
# via
# -c ./ingest/../base.txt
# requests
databricks-sdk==0.31.1
databricks-sdk==0.32.0
# via -r ./ingest/databricks-volumes.in
google-auth==2.34.0
# via databricks-sdk
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/delta-table.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-c ../deps/constraints.txt
-c ../base.txt
deltalake
deltalake<=0.19.1
fsspec
2 changes: 1 addition & 1 deletion requirements/ingest/delta-table.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
deltalake==0.19.1
# via -r ./ingest/delta-table.in
fsspec==2024.6.1
fsspec==2024.9.0
# via -r ./ingest/delta-table.in
numpy==1.26.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/discord.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ multidict==6.0.5
# via
# aiohttp
# yarl
yarl==1.9.4
yarl==1.9.11
# via aiohttp
2 changes: 1 addition & 1 deletion requirements/ingest/dropbox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dropbox==12.0.2
# via dropboxdrivefs
dropboxdrivefs==1.4.1
# via -r ./ingest/dropbox.in
fsspec==2024.6.1
fsspec==2024.9.0
# via
# -r ./ingest/dropbox.in
# dropboxdrivefs
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/elasticsearch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ urllib3==1.26.20
# -c ./ingest/../base.txt
# -c ./ingest/../deps/constraints.txt
# elastic-transport
yarl==1.9.4
yarl==1.9.11
# via aiohttp
Loading

0 comments on commit c060467

Please sign in to comment.