Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 6b64c01

Browse files
authored
Update Pillow to v6.2.2 to catch security fixes. (#108)
- CVE-2019-19911 - CVE-2020-5313
1 parent d7b9cda commit 6b64c01

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

python3.7/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 1.15.0
44
Changes:
55
- update Twisted from `19.7.0` to `20.3.0` (security fixes)
6+
- update Pillow from `6.2.1` to `6.2.2` (security fixes)
67

78
Python version:
89
- [3.7.5](https://github.com/docker-library/python/blob/ab8b829cfefdb460ebc17e570332f0479039e918/3.7/stretch/Dockerfile)
@@ -47,7 +48,7 @@ Python packages:
4748
- pandas==0.24.2
4849
- parsel==1.5.2
4950
- pika==1.0.1
50-
- Pillow==6.2.1
51+
- Pillow==6.2.2
5152
- pip==20.0.2
5253
- protobuf==3.11.3
5354
- psycopg2==2.8.2

python3.7/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ scipy == 1.2.1
2424
pandas == 0.24.2
2525

2626
# packages for image processing
27-
Pillow == 6.2.1
27+
Pillow == 6.2.2
2828

2929
# IBM specific python modules
3030
ibm_db == 3.0.1

0 commit comments

Comments
 (0)