Upgrade python to 3.11, upgrade packages to support python 3.11

This commit is contained in:
Joshua C. Forest 2024-05-20 11:34:51 -04:00
commit 61eb5ea1e9
2 changed files with 8 additions and 9 deletions

View file

@ -1,14 +1,13 @@
beautifulsoup4==4.6.3 beautifulsoup4==4.6.3
boto3==1.9.55 boto3==1.28.77
botocore==1.12.55 botocore==1.31.85
bs4==0.0.1 certifi==2024.2.2
certifi==2018.10.15
chardet==3.0.4 chardet==3.0.4
docutils==0.14 docutils==0.14
idna==2.7 idna==2.7
jmespath==0.9.3 jmespath==0.9.3
python-dateutil==2.7.5 python-dateutil==2.7.5
requests==2.20.1 requests==2.31.0
s3transfer==0.1.13 s3transfer==0.7.0
six==1.11.0 six==1.16.0
urllib3==1.24.2 urllib3==1.26.18

View file

@ -18,7 +18,7 @@ package:
provider: provider:
name: aws name: aws
runtime: python3.8 runtime: python3.11
stage: ${opt:stage, self:custom.defaultStage} stage: ${opt:stage, self:custom.defaultStage}
deploymentBucket: deploymentBucket:
name: ${self:custom.deploymentBucket} name: ${self:custom.deploymentBucket}