Skip to content

Commit

Permalink
indexer lambda: bump botocore
Browse files Browse the repository at this point in the history
This drops installed size of botocore from 60 to 24 MiB and should fix deployment.
See boto/botocore#2365 (comment).
  • Loading branch information
sir-sigurd committed Feb 14, 2024
1 parent 66f73be commit 4216855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lambdas/indexer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
attrs==19.1.0
aws-requests-auth==0.4.2
boto3==1.17.100
botocore==1.20.100
boto3==1.34.41
botocore==1.34.41
certifi==2023.7.22
cffi==1.15.1
chardet==3.0.4
Expand Down Expand Up @@ -35,7 +35,7 @@ python-dateutil==2.8.0
python-pptx==0.6.21
pytz==2019.2
requests==2.31.0
s3transfer==0.4.2
s3transfer==0.10.0
six==1.12.0
sortedcontainers==2.4.0
strict-rfc3339==0.7
Expand Down

0 comments on commit 4216855

Please sign in to comment.