Skip to content

Commit eae7314

Browse files
committed
Update dependencies
1 parent 9327e0d commit eae7314

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ jobs:
2020
- run: rye config --set-bool behavior.use-uv=true
2121
- run: rye sync
2222
- run: rye lock --update awscli
23+
- run: rye sync
2324
- run: rye run aws configure set plugins.aws_cli_plugin aws_cli_plugin
2425
- name: Build specs
2526
run: rye run aws
2627
continue-on-error: true
2728
- name: Remove ec2 and s3
28-
run: rm export/ts/aws/ec2.ts export/ts/aws/s3.ts
29+
run: rm export/ts/aws/ec2.ts export/ts/aws/s3.ts
2930
- name: Run prettier
30-
run: npx -y prettier --ignore-path=.prettierignore -w export/ts
31+
run: npx -y prettier --ignore-path=.prettierignore -w export/ts
3132
- uses: withfig/push-to-fig-autocomplete-action@v2
3233
with:
3334
token: ${{ secrets.FIG_BOT_TOKEN }}

requirements-dev.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
# generate-hashes: false
1010

1111
-e file:.
12-
awscli==1.32.114
12+
awscli==1.33.13
1313
# via aws-cli-plugin
14-
botocore==1.34.114
14+
botocore==1.34.131
1515
# via awscli
1616
# via s3transfer
1717
colorama==0.4.6
@@ -28,9 +28,10 @@ pyyaml==6.0.1
2828
# via awscli
2929
rsa==4.7.2
3030
# via awscli
31+
ruff==0.4.10
3132
s3transfer==0.10.1
3233
# via awscli
3334
six==1.16.0
3435
# via python-dateutil
35-
urllib3==2.2.1
36+
urllib3==2.2.2
3637
# via botocore

requirements.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
# generate-hashes: false
1010

1111
-e file:.
12-
awscli==1.32.114
12+
awscli==1.33.13
1313
# via aws-cli-plugin
14-
botocore==1.34.114
14+
botocore==1.34.131
1515
# via awscli
1616
# via s3transfer
1717
colorama==0.4.6
@@ -32,5 +32,5 @@ s3transfer==0.10.1
3232
# via awscli
3333
six==1.16.0
3434
# via python-dateutil
35-
urllib3==2.2.1
35+
urllib3==2.2.2
3636
# via botocore

0 commit comments

Comments
 (0)