Skip to content

Commit c47692c

Browse files
crvinayjaredjstewart
authored andcommitted
Upgrade python version to 3.9 and fix dependencies
1 parent 6802e5e commit c47692c

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

cloudformation/mediapackage_speke_endpoint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"Arn"
9696
]
9797
},
98-
"Runtime": "python3.6",
98+
"Runtime": "python3.9",
9999
"Timeout": 300
100100
},
101101
"Metadata": {

cloudformation/speke_reference.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
"Arn"
247247
]
248248
},
249-
"Runtime": "python3.6",
249+
"Runtime": "python3.9",
250250
"Timeout": 15
251251
}
252252
},

requirements.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
12
argcomplete==1.11.1
23
asn1crypto==0.24.0
34
astroid==2.2.5
4-
awscli==1.20.34
5-
boto3==1.18.33
6-
botocore==1.21.34
5+
awscli==1.25.31
6+
boto3==1.24.31
7+
botocore==1.27.31
78
certifi==2019.11.28
8-
cffi==1.12.3
9+
cffi==1.15.1
910
cfn-flip==1.2.2
1011
chardet==3.0.4
1112
click==7.1.1
@@ -35,20 +36,20 @@ pylint==2.3.1
3536
python-dateutil==2.6.1
3637
python-slugify==4.0.0
3738
PyYAML==5.4
38-
requests==2.23.0
39+
requests==2.28.1
3940
rsa==4.7
40-
s3transfer==0.5.0
41+
s3transfer==0.6.0
4142
six==1.14.0
4243
text-unidecode==1.3
4344
toml==0.10.0
4445
tqdm==4.43.0
45-
troposphere==2.6.0
46+
troposphere==4.0.1
4647
typed-ast==1.4.3
4748
Unidecode==1.1.1
48-
urllib3==1.26.5
49+
urllib3==1.26.10
4950
Werkzeug==0.16.1
5051
wrapt==1.11.2
5152
wsgi-request-logger==0.4.6
5253
yapf==0.28.0
53-
zappa==0.53.0
54+
zappa==0.54.0
5455
zipp==3.1.0

src/zappa_settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"aws_region": "us-east-1",
55
"profile_name": "default",
66
"project_name": "speke",
7-
"runtime": "python3.6",
7+
"runtime": "python3.9",
88
"s3_bucket": "zappa-jisselw2p"
99
}
1010
}

0 commit comments

Comments
 (0)