Skip to content

Commit b545c89

Browse files
committed
More vulnerabilities
1 parent 9076586 commit b545c89

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ httpcore==1.0.9
108108
# via httpx
109109
httpx==0.28.1
110110
# via unstructured-client
111-
huggingface-hub==0.28.1
111+
huggingface-hub==0.32.1
112112
# via
113113
# timm
114114
# tokenizers
@@ -342,13 +342,13 @@ timm==1.0.14
342342
# unstructured-inference
343343
tokenizers==0.21.0
344344
# via transformers
345-
torch==2.6.0
345+
torch==2.7.0
346346
# via
347347
# effdet
348348
# timm
349349
# torchvision
350350
# unstructured-inference
351-
torchvision==0.21.0
351+
torchvision==0.22.0
352352
# via
353353
# effdet
354354
# timm

requirements/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ httpx==0.28.1
232232
# -r requirements/test.in
233233
# jupyterlab
234234
# unstructured-client
235-
huggingface-hub==0.28.1
235+
huggingface-hub==0.32.1
236236
# via
237237
# -r requirements/base.txt
238238
# timm
@@ -785,14 +785,14 @@ tokenizers==0.21.0
785785
# via
786786
# -r requirements/base.txt
787787
# transformers
788-
torch==2.6.0
788+
torch==2.7.0
789789
# via
790790
# -r requirements/base.txt
791791
# effdet
792792
# timm
793793
# torchvision
794794
# unstructured-inference
795-
torchvision==0.21.0
795+
torchvision==0.22.0
796796
# via
797797
# -r requirements/base.txt
798798
# effdet

0 commit comments

Comments
 (0)