Skip to content

Commit

Permalink
Merge pull request #531 from asfadmin/dependabot/pip/boto3-1.35.29
Browse files Browse the repository at this point in the history
Bump boto3 from 1.35.24 to 1.35.29
  • Loading branch information
jtherrmann authored Sep 30, 2024
2 parents a8f22a5 + 3704279 commit c45ba0a
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: mamba-org/provision-with-micromamba@v16
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml

- shell: bash -l {0}
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements-cmr-token.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.35.24
boto3==1.35.29
requests-pkcs12==1.25
2 changes: 1 addition & 1 deletion requirements-ingest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boto3==1.35.24
boto3==1.35.29
2 changes: 1 addition & 1 deletion requirements-invoke.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boto3==1.35.24
boto3==1.35.29
2 changes: 1 addition & 1 deletion requirements-metadata-construction.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boto3==1.35.24
boto3==1.35.29
2 changes: 1 addition & 1 deletion requirements-metadata-to-cmr.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.35.24
boto3==1.35.29
requests==2.32.3
2 changes: 1 addition & 1 deletion requirements-notify.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boto3==1.35.24
boto3==1.35.29
2 changes: 1 addition & 1 deletion requirements-verify.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.35.24
boto3==1.35.29
jsonschema==4.23.0

0 comments on commit c45ba0a

Please sign in to comment.