Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
grant0417 committed Jun 21, 2024
1 parent 9327e0d commit eae7314
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ jobs:
- run: rye config --set-bool behavior.use-uv=true
- run: rye sync
- run: rye lock --update awscli
- run: rye sync
- run: rye run aws configure set plugins.aws_cli_plugin aws_cli_plugin
- name: Build specs
run: rye run aws
continue-on-error: true
- name: Remove ec2 and s3
run: rm export/ts/aws/ec2.ts export/ts/aws/s3.ts
run: rm export/ts/aws/ec2.ts export/ts/aws/s3.ts
- name: Run prettier
run: npx -y prettier --ignore-path=.prettierignore -w export/ts
run: npx -y prettier --ignore-path=.prettierignore -w export/ts
- uses: withfig/push-to-fig-autocomplete-action@v2
with:
token: ${{ secrets.FIG_BOT_TOKEN }}
Expand Down
7 changes: 4 additions & 3 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
# generate-hashes: false

-e file:.
awscli==1.32.114
awscli==1.33.13
# via aws-cli-plugin
botocore==1.34.114
botocore==1.34.131
# via awscli
# via s3transfer
colorama==0.4.6
Expand All @@ -28,9 +28,10 @@ pyyaml==6.0.1
# via awscli
rsa==4.7.2
# via awscli
ruff==0.4.10
s3transfer==0.10.1
# via awscli
six==1.16.0
# via python-dateutil
urllib3==2.2.1
urllib3==2.2.2
# via botocore
6 changes: 3 additions & 3 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
# generate-hashes: false

-e file:.
awscli==1.32.114
awscli==1.33.13
# via aws-cli-plugin
botocore==1.34.114
botocore==1.34.131
# via awscli
# via s3transfer
colorama==0.4.6
Expand All @@ -32,5 +32,5 @@ s3transfer==0.10.1
# via awscli
six==1.16.0
# via python-dateutil
urllib3==2.2.1
urllib3==2.2.2
# via botocore

0 comments on commit eae7314

Please sign in to comment.