Skip to content

Commit 1d6bc04

Browse files
committed
Fix review
Signed-off-by: ZhanruiSunCh <[email protected]>
1 parent 297d6d5 commit 1d6bc04

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

constraints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ h11>=0.16.0
77
tornado>=6.5.0
88
# WAR against https://github.com/advisories/GHSA-5rjg-fvgr-3xxf
99
setuptools>=78.1.1
10-
# WAR against https://github.com/advisories/GHSA-xg8h-j46f-w952
11-
pillow==11.3.0
1210
# WAR against https://github.com/advisories/GHSA-8qvm-5x2c-j2w7
1311
protobuf>=4.25.8
1412
# WAR against https://github.com/advisories/GHSA-33p9-3p43-82vq
1513
jupyter-core>=5.8.1
14+
# WAR against https://github.com/advisories/GHSA-xg8h-j46f-w952
15+
pillow==11.3.0

docker/Dockerfile.multi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ RUN pip3 install opencv-python-headless --force-reinstall --no-deps --no-cache-d
7575
# * https://github.com/advisories/GHSA-vqfr-h8mv-ghfj
7676
# * https://github.com/advisories/GHSA-7cx3-6m66-7c5m
7777
# * https://github.com/advisories/GHSA-5rjg-fvgr-3xxf
78+
# * https://github.com/advisories/GHSA-8qvm-5x2c-j2w7
79+
# * https://github.com/advisories/GHSA-33p9-3p43-82vq
80+
# * https://github.com/advisories/GHSA-xg8h-j46f-w952
7881
RUN pip3 install --upgrade --no-cache-dir \
7982
"h11>=0.16" \
8083
"tornado>=6.5.0" \

0 commit comments

Comments
 (0)