Skip to content

Commit 22fc9b3

Browse files
committed
update deps
1 parent d7fc5a0 commit 22fc9b3

File tree

10 files changed

+61
-60
lines changed

10 files changed

+61
-60
lines changed

requirements/base.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ click==8.3.0
2727
# via
2828
# nltk
2929
# python-oxmsg
30-
cryptography==46.0.2
30+
cryptography==46.0.3
3131
# via unstructured-client
3232
dataclasses-json==0.6.7
3333
# via
@@ -85,11 +85,11 @@ packaging==25.0
8585
# via
8686
# marshmallow
8787
# unstructured-client
88-
psutil==7.1.0
88+
psutil==7.1.3
8989
# via -r ./base.in
9090
pycparser==2.23
9191
# via cffi
92-
pypdf==6.1.1
92+
pypdf==6.1.3
9393
# via unstructured-client
9494
python-dateutil==2.9.0.post0
9595
# via unstructured-client
@@ -99,9 +99,9 @@ python-magic==0.4.27
9999
# via -r ./base.in
100100
python-oxmsg==0.0.2
101101
# via -r ./base.in
102-
rapidfuzz==3.14.1
102+
rapidfuzz==3.14.3
103103
# via -r ./base.in
104-
regex==2025.9.18
104+
regex==2025.11.3
105105
# via nltk
106106
requests==2.32.5
107107
# via
@@ -150,5 +150,5 @@ urllib3==2.5.0
150150
# unstructured-client
151151
webencodings==0.5.1
152152
# via html5lib
153-
wrapt==1.17.3
153+
wrapt==2.0.0
154154
# via -r ./base.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ typing-extensions==4.15.0
5050
# -c ./base.txt
5151
# -c ./test.txt
5252
# virtualenv
53-
virtualenv==20.35.3
53+
virtualenv==20.35.4
5454
# via pre-commit
5555
wheel==0.45.1
5656
# via pip-tools

requirements/extra-markdown.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
#
55
# pip-compile ./extra-markdown.in
66
#
7-
markdown==3.9
7+
markdown==3.10
88
# via -r ./extra-markdown.in

requirements/extra-paddleocr.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ charset-normalizer==3.4.4
3030
# via
3131
# -c ./base.txt
3232
# requests
33-
cython==3.1.4
33+
cython==3.2.0
3434
# via unstructured-paddleocr
3535
exceptiongroup==1.3.0
3636
# via
@@ -58,7 +58,7 @@ idna==3.11
5858
# anyio
5959
# httpx
6060
# requests
61-
imageio==2.37.0
61+
imageio==2.37.2
6262
# via scikit-image
6363
lazy-loader==0.4
6464
# via scikit-image
@@ -101,31 +101,31 @@ packaging==25.0
101101
# -c ./base.txt
102102
# lazy-loader
103103
# scikit-image
104-
paddlepaddle==3.2.0
104+
paddlepaddle==3.2.1
105105
# via -r ./extra-paddleocr.in
106-
pillow==11.3.0
106+
pillow==12.0.0
107107
# via
108108
# imageio
109109
# paddlepaddle
110110
# scikit-image
111111
# unstructured-paddleocr
112-
protobuf==6.32.1
112+
protobuf==6.33.0
113113
# via
114114
# -c ./deps/constraints.txt
115115
# paddlepaddle
116116
pyclipper==1.3.0.post6
117117
# via unstructured-paddleocr
118-
pydantic==2.12.2
118+
pydantic==2.12.4
119119
# via albumentations
120-
pydantic-core==2.41.4
120+
pydantic-core==2.41.5
121121
# via pydantic
122122
python-docx==1.2.0
123123
# via unstructured-paddleocr
124124
pyyaml==6.0.3
125125
# via
126126
# albumentations
127127
# unstructured-paddleocr
128-
rapidfuzz==3.14.1
128+
rapidfuzz==3.14.3
129129
# via
130130
# -c ./base.txt
131131
# unstructured-paddleocr
@@ -153,9 +153,9 @@ soupsieve==2.8
153153
# via
154154
# -c ./base.txt
155155
# beautifulsoup4
156-
stringzilla==4.2.1
156+
stringzilla==4.2.3
157157
# via albucore
158-
termcolor==3.1.0
158+
termcolor==3.2.0
159159
# via fire
160160
tifffile==2025.5.10
161161
# via scikit-image

requirements/extra-pdf-image.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ google-cloud-vision
1212
effdet
1313
# Do not move to constraints.in, otherwise unstructured-inference will not be upgraded
1414
# when unstructured library is.
15-
unstructured-inference>=1.0.5
15+
unstructured-inference>=1.1.1
1616
unstructured.pytesseract>=0.3.12

requirements/extra-pdf-image.txt

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile ./extra-pdf-image.in
66
#
7-
accelerate==1.10.1
7+
accelerate==1.11.0
88
# via unstructured-inference
99
antlr4-python3-runtime==4.9.3
1010
# via omegaconf
@@ -27,13 +27,13 @@ coloredlogs==15.0.1
2727
# via onnxruntime
2828
contourpy==1.3.2
2929
# via matplotlib
30-
cryptography==46.0.2
30+
cryptography==46.0.3
3131
# via
3232
# -c ./base.txt
3333
# pdfminer-six
3434
cycler==0.12.1
3535
# via matplotlib
36-
deprecated==1.2.18
36+
deprecated==1.3.1
3737
# via pikepdf
3838
effdet==0.4.1
3939
# via -r ./extra-pdf-image.in
@@ -46,31 +46,32 @@ flatbuffers==25.9.23
4646
# via onnxruntime
4747
fonttools==4.60.1
4848
# via matplotlib
49-
fsspec==2025.9.0
49+
fsspec==2025.10.0
5050
# via
5151
# huggingface-hub
5252
# torch
53-
google-api-core[grpc]==2.26.0
53+
google-api-core[grpc]==2.28.1
5454
# via google-cloud-vision
55-
google-auth==2.41.1
55+
google-auth==2.42.1
5656
# via
5757
# google-api-core
5858
# google-cloud-vision
59-
google-cloud-vision==3.10.2
59+
google-cloud-vision==3.11.0
6060
# via -r ./extra-pdf-image.in
61-
googleapis-common-protos==1.70.0
61+
googleapis-common-protos==1.71.0
6262
# via
6363
# google-api-core
6464
# grpcio-status
65-
grpcio==1.75.1
65+
grpcio==1.76.0
6666
# via
6767
# google-api-core
68+
# google-cloud-vision
6869
# grpcio-status
69-
grpcio-status==1.75.1
70+
grpcio-status==1.76.0
7071
# via google-api-core
71-
hf-xet==1.1.10
72+
hf-xet==1.2.0
7273
# via huggingface-hub
73-
huggingface-hub==0.35.3
74+
huggingface-hub==0.36.0
7475
# via
7576
# accelerate
7677
# timm
@@ -123,7 +124,7 @@ onnx==1.19.1
123124
# via
124125
# -r ./extra-pdf-image.in
125126
# unstructured-inference
126-
onnxruntime==1.23.1
127+
onnxruntime==1.23.2
127128
# via
128129
# -r ./extra-pdf-image.in
129130
# unstructured-inference
@@ -150,9 +151,9 @@ pdfminer-six==20250327
150151
# unstructured-inference
151152
pi-heif==1.1.1
152153
# via -r ./extra-pdf-image.in
153-
pikepdf==9.11.0
154+
pikepdf==10.0.0
154155
# via -r ./extra-pdf-image.in
155-
pillow==11.3.0
156+
pillow==12.0.0
156157
# via
157158
# matplotlib
158159
# pdf2image
@@ -164,7 +165,7 @@ proto-plus==1.26.1
164165
# via
165166
# google-api-core
166167
# google-cloud-vision
167-
protobuf==6.32.1
168+
protobuf==6.33.0
168169
# via
169170
# -c ./deps/constraints.txt
170171
# google-api-core
@@ -174,7 +175,7 @@ protobuf==6.32.1
174175
# onnx
175176
# onnxruntime
176177
# proto-plus
177-
psutil==7.1.0
178+
psutil==7.1.3
178179
# via
179180
# -c ./base.txt
180181
# accelerate
@@ -192,11 +193,11 @@ pycparser==2.23
192193
# cffi
193194
pyparsing==3.2.5
194195
# via matplotlib
195-
pypdf==6.1.1
196+
pypdf==6.1.3
196197
# via
197198
# -c ./base.txt
198199
# -r ./extra-pdf-image.in
199-
pypdfium2==4.30.0
200+
pypdfium2==5.0.0
200201
# via unstructured-inference
201202
python-dateutil==2.9.0.post0
202203
# via
@@ -214,11 +215,11 @@ pyyaml==6.0.3
214215
# omegaconf
215216
# timm
216217
# transformers
217-
rapidfuzz==3.14.1
218+
rapidfuzz==3.14.3
218219
# via
219220
# -c ./base.txt
220221
# unstructured-inference
221-
regex==2025.9.18
222+
regex==2025.11.3
222223
# via
223224
# -c ./base.txt
224225
# transformers
@@ -245,7 +246,7 @@ sympy==1.14.0
245246
# via
246247
# onnxruntime
247248
# torch
248-
timm==1.0.20
249+
timm==1.0.22
249250
# via
250251
# effdet
251252
# unstructured-inference
@@ -282,7 +283,7 @@ typing-extensions==4.15.0
282283
# torch
283284
tzdata==2025.2
284285
# via pandas
285-
unstructured-inference==1.0.5
286+
unstructured-inference==1.1.1
286287
# via -r ./extra-pdf-image.in
287288
unstructured-pytesseract==0.3.15
288289
# via -r ./extra-pdf-image.in
@@ -291,7 +292,7 @@ urllib3==2.5.0
291292
# -c ./base.txt
292293
# -c ./deps/constraints.txt
293294
# requests
294-
wrapt==1.17.3
295+
wrapt==2.0.0
295296
# via
296297
# -c ./base.txt
297298
# deprecated

requirements/extra-pptx.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
lxml==6.0.2
88
# via python-pptx
9-
pillow==11.3.0
9+
pillow==12.0.0
1010
# via python-pptx
1111
python-pptx==1.0.2
1212
# via -r ./extra-pptx.in

requirements/extra-xlsx.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ cffi==2.0.0
88
# via
99
# -c ./base.txt
1010
# cryptography
11-
cryptography==46.0.2
11+
cryptography==46.0.3
1212
# via
1313
# -c ./base.txt
1414
# msoffcrypto-tool
1515
et-xmlfile==2.0.0
1616
# via openpyxl
1717
msoffcrypto-tool==5.4.2
18-
# via -r ./extra-xlsx.in
18+
# via -r extra-xlsx.in
1919
networkx==3.4.2
20-
# via -r ./extra-xlsx.in
20+
# via -r extra-xlsx.in
2121
numpy==2.2.6
2222
# via
2323
# -c ./base.txt
@@ -27,9 +27,9 @@ olefile==0.47
2727
# -c ./base.txt
2828
# msoffcrypto-tool
2929
openpyxl==3.1.5
30-
# via -r ./extra-xlsx.in
30+
# via -r extra-xlsx.in
3131
pandas==2.3.3
32-
# via -r ./extra-xlsx.in
32+
# via -r extra-xlsx.in
3333
pycparser==2.23
3434
# via
3535
# -c ./base.txt
@@ -51,4 +51,4 @@ typing-extensions==4.15.0
5151
tzdata==2025.2
5252
# via pandas
5353
xlrd==2.0.2
54-
# via -r ./extra-xlsx.in
54+
# via -r extra-xlsx.in

requirements/huggingface.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ filelock==3.20.0
2121
# huggingface-hub
2222
# torch
2323
# transformers
24-
fsspec==2025.9.0
24+
fsspec==2025.10.0
2525
# via
2626
# huggingface-hub
2727
# torch
28-
hf-xet==1.1.10
28+
hf-xet==1.2.0
2929
# via huggingface-hub
30-
huggingface-hub==0.35.3
30+
huggingface-hub==0.36.0
3131
# via
3232
# tokenizers
3333
# transformers
@@ -64,7 +64,7 @@ pyyaml==6.0.3
6464
# via
6565
# huggingface-hub
6666
# transformers
67-
regex==2025.9.18
67+
regex==2025.11.3
6868
# via
6969
# -c ./base.txt
7070
# sacremoses

0 commit comments

Comments
 (0)