Skip to content

Commit 0741505

Browse files
authored
Update Pillow version (#334)
1 parent 8444e7e commit 0741505

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Flask==1.1.1 # sagemaker-containers requires flask 1.1.1
22
PyYAML==5.4.1
3-
Pillow==9.1.0
3+
Pillow==9.1.1
44
boto3==1.17.52
55
botocore==1.20.52
66
cryptography==35.0.0

test/resources/versions/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
PYTHON_MINOR_VERSION = 7
77
REQUIREMENTS = """\
88
Flask==1.1.1
9-
Pillow==9.1.0
9+
Pillow==9.1.1
1010
PyYAML==5.4.1
1111
boto3==1.17.52
1212
botocore==1.20.52

0 commit comments

Comments
 (0)