Skip to content

Commit

Permalink
Merge pull request #668 from biigle/patch-1
Browse files Browse the repository at this point in the history
Update vulnerable Pillow version
  • Loading branch information
mzur authored Oct 4, 2023
2 parents 8ec8322 + ad9d554 commit e5e8b40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .docker/worker.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ RUN apk add --no-cache --virtual .build-deps \
libpng-dev \
&& pip3 install --no-cache-dir \
PyExcelerate==0.6.7 \
Pillow==9.3.* \
Pillow==10.0.1 \
&& apk del --purge .build-deps \
&& rm -rf /var/cache/apk/*

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# This file is just used to get security alerts from GitHub. Make sure the versions match
# in .docker/app.dockerfile and .docker/worker.dockerfile.
# in .docker/worker.dockerfile.
numpy==1.22.*
opencv-contrib-python-headless==4.6.0
scipy==1.10.0
scikit-learn
matplotlib==3.5.2
PyExcelerate==0.6.7
Pillow==9.3.*
Pillow==10.0.1
Shapely==1.8.1

0 comments on commit e5e8b40

Please sign in to comment.