Skip to content

Commit 06e4e54

Browse files
authored
Bump requests to address CVEs (#4015)
1 parent 37d2f02 commit 06e4e54

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.17.9
2+
- Patch various CVEs
3+
14
## 0.17.8
25

36
### Enhancements

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY test_unstructured test_unstructured
1313
COPY example-docs example-docs
1414

1515
RUN chown -R notebook-user:notebook-user /app && \
16-
apk add font-ubuntu git && \
16+
apk add --no-cache font-ubuntu fontconfig git && \
1717
fc-cache -fv && \
1818
[ -e /usr/bin/python3 ] || ln -s /usr/bin/$PYTHON /usr/bin/python3
1919

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ rapidfuzz==3.13.0
104104
# via -r ./base.in
105105
regex==2024.11.6
106106
# via nltk
107-
requests==2.32.3
107+
requests==2.32.4
108108
# via
109109
# -r ./base.in
110110
# requests-toolbelt

requirements/extra-paddleocr.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ rapidfuzz==3.13.0
135135
# via
136136
# -c ./base.txt
137137
# unstructured-paddleocr
138-
requests==2.32.3
138+
requests==2.32.4
139139
# via
140140
# -c ./base.txt
141141
# unstructured-paddleocr

requirements/extra-pdf-image.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ regex==2024.11.6
222222
# via
223223
# -c ./base.txt
224224
# transformers
225-
requests==2.32.3
225+
requests==2.32.4
226226
# via
227227
# -c ./base.txt
228228
# google-api-core

requirements/huggingface.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ regex==2024.11.6
6969
# -c ./base.txt
7070
# sacremoses
7171
# transformers
72-
requests==2.32.3
72+
requests==2.32.4
7373
# via
7474
# -c ./base.txt
7575
# huggingface-hub

unstructured/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.17.8" # pragma: no cover
1+
__version__ = "0.17.9" # pragma: no cover

0 commit comments

Comments
 (0)