Skip to content

Commit 3f83f3c

Browse files
authored
feat: Update deps & Python version (serverless#724)
1 parent 0b06dcf commit 3f83f3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aws-python-flask-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Example of a Python Flask API service with traditional Serverless Framework",
55
"author": "",
66
"devDependencies": {
7-
"serverless-python-requirements": "^5.1.0",
8-
"serverless-wsgi": "^1.7.6"
7+
"serverless-python-requirements": "^6.0.0",
8+
"serverless-wsgi": "^3.0.1"
99
}
1010
}

aws-python-flask-api/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ custom:
88

99
provider:
1010
name: aws
11-
runtime: python3.8
11+
runtime: python3.9
1212

1313
functions:
1414
api:

0 commit comments

Comments
 (0)