Skip to content

Commit dc2ec82

Browse files
committed
Python dependency updates
1 parent 1c3de24 commit dc2ec82

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/base-cleanup-lambda-edge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if: env.DISTRIBUTION_ID != ''
7070
run: |
7171
python3 -m venv ./venv
72-
./venv/bin/pip3 install --upgrade pip boto3==1.42.1
72+
./venv/bin/pip3 install --upgrade pip boto3==1.42.59
7373
7474
- name: Remove Lambda@Edge & CloudFront Associations
7575
if: env.DISTRIBUTION_ID != ''

.github/workflows/base-cleanup-workspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
python3 -m venv ./venv
4848
./venv/bin/pip3 install --upgrade pip
49-
./venv/bin/pip3 install boto3==1.42.1
49+
./venv/bin/pip3 install boto3==1.42.59
5050
5151
- name: Configure AWS Credentials
5252
uses: aws-actions/configure-aws-credentials@v6

0 commit comments

Comments
 (0)