update to fix deployment
This update reflects the latest
version of tuxput (uploaded to
ensure that Lambda wasn't holding
onto an obsolete version) as well
as a zappa_settings.yml that removes
the unecessary "/" for S3_ROOT
Change-Id: Ia61c15c03f41f9b5e2c73298dbe77777d5f7c909
diff --git a/Pipfile.lock b/Pipfile.lock
index afde78f..5017e47 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -41,19 +41,19 @@
},
"boto3": {
"hashes": [
- "sha256:4caf01511a07e229855b964d43ddbc6b3db1fd88a3747a4a7ca6d398ce04f3d3",
- "sha256:fcd1a0318919bddf4efd0a8858214ed07d08a870d79d20f9b2d6df5d3092b8d8"
+ "sha256:ac10d832ad716281da6ca77cea824d723af479f8611087dee4b0489c48c32fd9",
+ "sha256:e2ef25afc36a301199bfbd662aef46dd11ed0db9baf96fce111db4043928065b"
],
"index": "pypi",
- "version": "==1.17.58"
+ "version": "==1.17.64"
},
"botocore": {
"hashes": [
- "sha256:0de54af6af58d59237377f1bbe43edc4395d88848cddbe00f546703d4026c638",
- "sha256:2830596e0d92d82abaf78a7926e49a3b7a80c93cdc75e95717a1dd4ea9027283"
+ "sha256:42dde7c699b3710e5c3a944cd8ce8b7a80b9f610d8857a0ad36bdc9743cc3375",
+ "sha256:ec418c273c37efd33d39bb4559f7df09de46df1f87fdbb064d8ebb281849a625"
],
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'",
- "version": "==1.20.58"
+ "version": "==1.20.64"
},
"certifi": {
"hashes": [
@@ -303,9 +303,11 @@
},
"python-slugify": {
"hashes": [
- "sha256:69a517766e00c1268e5bbfc0d010a0a8508de0b18d30ad5a1ff357f8ae724270"
+ "sha256:2a497206413bebbab1d9004c44443b71f65a402653446af7246904ad1c0927d3",
+ "sha256:744cd5d42b381687657f3b652d1d9b183c0870ec43de23be682b6d83d69c6962"
],
- "version": "==4.0.1"
+ "markers": "python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'",
+ "version": "==5.0.0"
},
"pyyaml": {
"hashes": [
@@ -398,16 +400,16 @@
"tuxput": {
"editable": true,
"git": "ssh://git@gitlab.com/kspoon-linaro/tuxput.git",
- "ref": "8b9793f5d3a76e8de071ccba4f9b258e715fbf0e"
+ "ref": "aa0676b1e03ab1bffb54f25fad23753ce82a218d"
},
"typing-extensions": {
"hashes": [
- "sha256:7cb407020f00f7bfc3cb3e7881628838e69d8f3fcab2f64742a5e76b2f841918",
- "sha256:99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c",
- "sha256:dafc7639cde7f1b6e1acc0f457842a83e722ccca8eef5270af2d74792619a89f"
+ "sha256:0ac0f89795dd19de6b97debb0c6af1c70987fd80a2d62d1958f7e56fcc31b497",
+ "sha256:50b6f157849174217d0656f99dc82fe932884fb250826c18350e159ec6cdf342",
+ "sha256:779383f6086d90c99ae41cf0ff39aac8a7937a9283ce0a414e5dd782f4c94a84"
],
"markers": "python_version < '3.8'",
- "version": "==3.7.4.3"
+ "version": "==3.10.0.0"
},
"urllib3": {
"hashes": [
diff --git a/zappa_settings.yml b/zappa_settings.yml
index 4996714..ea8335b 100644
--- a/zappa_settings.yml
+++ b/zappa_settings.yml
@@ -10,5 +10,4 @@
environment_variables:
S3_BUCKET: trustedfirmware-prod-storage
S3_REGION: us-east-1
- S3_ROOT: /
AUTH_BUCKET: tuxput-trustedfirmware-org