Skip to content

Commit 016e851

Browse files
committed
Update requirements
1 parent dd68b9c commit 016e851

File tree

7 files changed

+14
-11
lines changed

7 files changed

+14
-11
lines changed

requirements/base.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ filetype==1.2.0
4444
# via -r ./base.in
4545
h11==0.14.0
4646
# via httpcore
47+
html5lib==1.1
48+
# via -r ./base.in
4749
httpcore==1.0.6
4850
# via httpx
4951
httpx==0.27.2
@@ -92,7 +94,7 @@ pypdf==5.0.1
9294
# via unstructured-client
9395
python-dateutil==2.9.0.post0
9496
# via unstructured-client
95-
python-iso639==2024.4.27
97+
python-iso639==2024.10.22
9698
# via -r ./base.in
9799
python-magic==0.4.27
98100
# via -r ./base.in
@@ -111,6 +113,7 @@ requests-toolbelt==1.0.0
111113
# via unstructured-client
112114
six==1.16.0
113115
# via
116+
# html5lib
114117
# langdetect
115118
# python-dateutil
116119
# unstructured-client
@@ -120,8 +123,6 @@ sniffio==1.3.1
120123
# httpx
121124
soupsieve==2.6
122125
# via beautifulsoup4
123-
tabulate==0.9.0
124-
# via -r ./base.in
125126
tqdm==4.66.5
126127
# via
127128
# -r ./base.in
@@ -147,5 +148,7 @@ urllib3==1.26.20
147148
# -c ././deps/constraints.txt
148149
# requests
149150
# unstructured-client
151+
webencodings==0.5.1
152+
# via html5lib
150153
wrapt==1.16.0
151154
# via -r ./base.in

requirements/extra-csv.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ numpy==1.26.4
1010
# pandas
1111
pandas==2.2.3
1212
# via -r ./extra-csv.in
13-
python-dateutil==2.8.2
13+
python-dateutil==2.9.0.post0
1414
# via
1515
# -c ./base.txt
1616
# pandas

requirements/extra-paddleocr.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pyclipper==1.3.0.post6
121121
# via unstructured-paddleocr
122122
pyparsing==3.2.0
123123
# via matplotlib
124-
python-dateutil==2.8.2
124+
python-dateutil==2.9.0.post0
125125
# via
126126
# -c ./base.txt
127127
# matplotlib

requirements/extra-pdf-image.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ flatbuffers==24.3.25
4444
# via onnxruntime
4545
fonttools==4.54.1
4646
# via matplotlib
47-
fsspec==2024.9.0
47+
fsspec==2024.10.0
4848
# via
4949
# huggingface-hub
5050
# torch
@@ -67,7 +67,7 @@ grpcio==1.67.0
6767
# grpcio-status
6868
grpcio-status==1.62.3
6969
# via google-api-core
70-
huggingface-hub==0.26.0
70+
huggingface-hub==0.26.1
7171
# via
7272
# timm
7373
# tokenizers

requirements/extra-xlsx.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ openpyxl==3.1.5
1616
# via -r ./extra-xlsx.in
1717
pandas==2.2.3
1818
# via -r ./extra-xlsx.in
19-
python-dateutil==2.8.2
19+
python-dateutil==2.9.0.post0
2020
# via
2121
# -c ./base.txt
2222
# pandas

requirements/huggingface.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ filelock==3.16.1
2121
# huggingface-hub
2222
# torch
2323
# transformers
24-
fsspec==2024.9.0
24+
fsspec==2024.10.0
2525
# via
2626
# huggingface-hub
2727
# torch
28-
huggingface-hub==0.26.0
28+
huggingface-hub==0.26.1
2929
# via
3030
# tokenizers
3131
# transformers

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ wrapt==1.16.0
236236
# vcrpy
237237
xmljson==0.2.1
238238
# via label-studio-sdk
239-
yarl==1.15.5
239+
yarl==1.16.0
240240
# via vcrpy
241241

242242
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)