Skip to content

Commit 35dbf15

Browse files
Brent Millareawsbmillare
authored andcommitted
Add test dep
1 parent b3ac7ee commit 35dbf15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
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.0.1
3+
Pillow==9.1.0
44
boto3==1.17.52
55
botocore==1.20.52
66
cryptography==35.0.0
@@ -23,4 +23,4 @@ urllib3==1.26.5
2323
wheel==0.36.2
2424
jinja2==2.10.2
2525
MarkupSafe==1.1.1
26-
Werkzeug==0.15.6
26+
Werkzeug==0.15.6

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.0.0
9+
Pillow==9.1.0
1010
PyYAML==5.4.1
1111
boto3==1.17.52
1212
botocore==1.20.52

0 commit comments

Comments
 (0)