Skip to content

Commit b8f6f6d

Browse files
authored
Updating Pillow version (#333)
1 parent 84efce5 commit b8f6f6d

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 = 8
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)