Skip to content

Commit 51b9a8c

Browse files
authored
chore(deps): bump unstructured to 0.0.26 (#295)
1 parent aeb282a commit 51b9a8c

File tree

3 files changed

+22
-19
lines changed

3 files changed

+22
-19
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## 0.0.55-dev0
1+
## 0.0.55-dev1
22

3+
* Bump unstructured to 0.0.26
34
* Bring parent_id metadata field back after fixing a backwards compatibility bug
45

56
## 0.0.54

requirements/base.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cffi==1.16.0
2222
# via cryptography
2323
chardet==5.2.0
2424
# via unstructured
25-
charset-normalizer==3.3.0
25+
charset-normalizer==3.3.1
2626
# via
2727
# pdfminer-six
2828
# requests
@@ -35,7 +35,7 @@ coloredlogs==15.0.1
3535
# via onnxruntime
3636
contourpy==1.1.1
3737
# via matplotlib
38-
cryptography==41.0.4
38+
cryptography==41.0.5
3939
# via pdfminer-six
4040
cycler==0.12.1
4141
# via matplotlib
@@ -64,7 +64,7 @@ flatbuffers==23.5.26
6464
# via onnxruntime
6565
fonttools==4.43.1
6666
# via matplotlib
67-
fsspec==2023.9.2
67+
fsspec==2023.10.0
6868
# via
6969
# huggingface-hub
7070
# torch
@@ -309,14 +309,15 @@ typing-extensions==4.8.0
309309
# python-docx
310310
# torch
311311
# typing-inspect
312+
# unstructured
312313
# uvicorn
313314
typing-inspect==0.9.0
314315
# via dataclasses-json
315316
tzdata==2023.3
316317
# via pandas
317-
unstructured[local-inference]==0.10.25
318+
unstructured[local-inference]==0.10.26
318319
# via -r requirements/base.in
319-
unstructured-inference==0.7.9
320+
unstructured-inference==0.7.10
320321
# via unstructured
321322
unstructured-pytesseract==0.3.12
322323
# via unstructured

requirements/test.txt

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ attrs==23.1.0
3737
# via
3838
# jsonschema
3939
# referencing
40-
babel==2.13.0
40+
babel==2.13.1
4141
# via jupyterlab-server
4242
backcall==0.2.0
4343
# via ipython
@@ -50,7 +50,7 @@ beautifulsoup4==4.12.2
5050
# -r requirements/base.txt
5151
# nbconvert
5252
# unstructured
53-
black==23.10.0
53+
black==23.10.1
5454
# via -r requirements/test.in
5555
bleach==6.1.0
5656
# via nbconvert
@@ -69,7 +69,7 @@ chardet==5.2.0
6969
# via
7070
# -r requirements/base.txt
7171
# unstructured
72-
charset-normalizer==3.3.0
72+
charset-normalizer==3.3.1
7373
# via
7474
# -r requirements/base.txt
7575
# pdfminer-six
@@ -93,7 +93,7 @@ contourpy==1.1.1
9393
# matplotlib
9494
coverage[toml]==7.3.2
9595
# via pytest-cov
96-
cryptography==41.0.4
96+
cryptography==41.0.5
9797
# via
9898
# -r requirements/base.txt
9999
# pdfminer-six
@@ -168,7 +168,7 @@ fonttools==4.43.1
168168
# matplotlib
169169
fqdn==1.5.1
170170
# via jsonschema
171-
fsspec==2023.9.2
171+
fsspec==2023.10.0
172172
# via
173173
# -r requirements/base.txt
174174
# huggingface-hub
@@ -208,7 +208,7 @@ iopath==0.1.10
208208
# via
209209
# -r requirements/base.txt
210210
# layoutparser
211-
ipykernel==6.25.2
211+
ipykernel==6.26.0
212212
# via
213213
# ipywidgets
214214
# jupyter
@@ -256,7 +256,7 @@ jsonschema-specifications==2023.7.1
256256
# via jsonschema
257257
jupyter==1.0.0
258258
# via -r requirements/test.in
259-
jupyter-client==8.4.0
259+
jupyter-client==8.5.0
260260
# via
261261
# ipykernel
262262
# jupyter-console
@@ -280,7 +280,7 @@ jupyter-events==0.8.0
280280
# via jupyter-server
281281
jupyter-lsp==2.2.0
282282
# via jupyterlab
283-
jupyter-server==2.8.0
283+
jupyter-server==2.9.1
284284
# via
285285
# jupyter-lsp
286286
# jupyterlab
@@ -566,7 +566,7 @@ pytesseract==0.3.10
566566
# via
567567
# -r requirements/base.txt
568568
# layoutparser
569-
pytest==7.4.2
569+
pytest==7.4.3
570570
# via
571571
# pytest-cov
572572
# pytest-mock
@@ -626,7 +626,7 @@ pyzmq==25.1.1
626626
# qtconsole
627627
qtconsole==5.4.4
628628
# via jupyter
629-
qtpy==2.4.0
629+
qtpy==2.4.1
630630
# via qtconsole
631631
rapidfuzz==3.4.0
632632
# via
@@ -761,7 +761,7 @@ tqdm==4.66.1
761761
# iopath
762762
# nltk
763763
# transformers
764-
traitlets==5.11.2
764+
traitlets==5.12.0
765765
# via
766766
# comm
767767
# ipykernel
@@ -798,6 +798,7 @@ typing-extensions==4.8.0
798798
# python-docx
799799
# torch
800800
# typing-inspect
801+
# unstructured
801802
# uvicorn
802803
typing-inspect==0.9.0
803804
# via
@@ -807,9 +808,9 @@ tzdata==2023.3
807808
# via
808809
# -r requirements/base.txt
809810
# pandas
810-
unstructured[local-inference]==0.10.25
811+
unstructured[local-inference]==0.10.26
811812
# via -r requirements/base.txt
812-
unstructured-inference==0.7.9
813+
unstructured-inference==0.7.10
813814
# via
814815
# -r requirements/base.txt
815816
# unstructured

0 commit comments

Comments
 (0)