Merge pull request #221 from rstudio/upgrade-python-version-and-requirements

Upgrade python to 3.11, upgrade packages to support python 3.11
This commit is contained in:
Joshua C. Forest 2024-05-20 13:44:01 -04:00 committed by GitHub
commit 12a253e90c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 9 deletions

View file

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

View file

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