Skip to content

Conversation

@asjohnston-asf
Copy link
Member

No description provided.

asjohnston-asf and others added 30 commits October 16, 2025 14:39
Bumps the pip-deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.40.50` | `1.40.55` |
| [cryptography](https://github.com/pyca/cryptography) | `46.0.2` | `46.0.3` |
| [moto[dynamodb]](https://github.com/getmoto/moto) | `5.1.14` | `5.1.15` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.0` | `0.14.1` |
| [setuptools-scm](https://github.com/pypa/setuptools-scm) | `9.2.1` | `9.2.2` |
| [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) | `1.40.1` | `1.40.2` |


Updates `boto3` from 1.40.50 to 1.40.55
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.50...1.40.55)

Updates `cryptography` from 46.0.2 to 46.0.3
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@46.0.2...46.0.3)

Updates `moto[dynamodb]` from 5.1.14 to 5.1.15
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.14...5.1.15)

Updates `ruff` from 0.14.0 to 0.14.1
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.14.0...0.14.1)

Updates `setuptools-scm` from 9.2.1 to 9.2.2
- [Release notes](https://github.com/pypa/setuptools-scm/releases)
- [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md)
- [Commits](pypa/setuptools-scm@v9.2.1...v9.2.2)

Updates `cfn-lint` from 1.40.1 to 1.40.2
- [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases)
- [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md)
- [Commits](aws-cloudformation/cfn-lint@v1.40.1...v1.40.2)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.40.55
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: cryptography
  dependency-version: 46.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: moto[dynamodb]
  dependency-version: 5.1.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: ruff
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: setuptools-scm
  dependency-version: 9.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: cfn-lint
  dependency-version: 1.40.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
add ARIA_S1_GUNW produtcs to plus deployments
drop ESA credentials removed in RAiDER v0.5.5
Add VolcSARvatory multiburst job spec
Removed duplicate entry for 'VOLCSARVATORY_MULTI_BURST' job type.
only add ARIA_S1_GUNW jobs to plus-test deployment, not plus-prod
update INSAR_ISCE_MULTI_BURST job spec for hyp3-isce2 v4.0.0
@github-actions
Copy link

github-actions bot commented Oct 27, 2025

Developer checklist

  • Indicated the level of changes to this package by affixing one of these labels:
    • major -- Major changes to the API that may break current workflows
    • minor -- Minor changes to the API that do not break current workflows
    • patch -- Patches and bugfixes for the current version that do not break current workflows
    • bumpless -- Changes to documentation, CI/CD pipelines, etc. that don't affect the software's version
  • (If applicable) Updated the dependencies and indicated any downstream changes that are required
  • Added/updated documentation for these changes
  • Added/updated tests for these changes
  • Verified changes in test deployment and summarized results, e.g. in PR description or comments on the related issue(s)
  • If the step function code has changed, have you drained the job queue before merging?
    • For example, if the interface for a Lambda function has changed to expect different input,
      then currently running jobs (which use the old step function definition) will call the new
      function with the old input. So we must drain the job queue before deployment, so that the new
      function is only called by the new step function definition.

Reviewer checklist

  • Have all dependencies been updated?
  • Is the level of changes labeled appropriately?
  • Are all the changes described appropriately in CHANGELOG.md?
  • Has the documentation been adequately updated?
  • Are the tests adequate?
  • Have the changes been verified in the test deployment?

@asjohnston-asf
Copy link
Member Author

@jhkennedy @cmarshak I notice the changelog says vcpus are being upped for hyp3-tibet-jpl and hyp3-tibet-jpl-test, but the code changes are for hyp3-tibet-jpl and hyp3-a19-jpl-test. Is that something that should be corrected prior to releasing hyp3 10.11.14 today?

@asjohnston-asf asjohnston-asf added the patch Bump the patch version number of this project label Oct 27, 2025
correctly increase vcpus for hyp3-tibet-jpl-test rather than hyp3-a19-jpl-test
@asjohnston-asf asjohnston-asf temporarily deployed to hyp3-ak-fire-safe-test October 27, 2025 19:27 — with GitHub Actions Inactive
@asjohnston-asf asjohnston-asf temporarily deployed to hyp3-pism-cloud-test October 27, 2025 19:27 — with GitHub Actions Inactive
@asjohnston-asf asjohnston-asf temporarily deployed to hyp3-volcsarvatory-test October 27, 2025 19:27 — with GitHub Actions Inactive
@asjohnston-asf asjohnston-asf marked this pull request as ready for review October 27, 2025 21:01
@asjohnston-asf asjohnston-asf requested review from a team as code owners October 27, 2025 21:01
@asjohnston-asf asjohnston-asf merged commit 05d341d into main Oct 27, 2025
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Bump the patch version number of this project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants