Skip to content

Conversation

@asjohnston-asf
Copy link
Member

@asjohnston-asf asjohnston-asf commented Jun 10, 2025

TODO

  • verify behavior in hyp3-a19-jpl-test
  • verify behavior in hyp3-test-api

jtherrmann and others added 7 commits June 5, 2025 11:22
Bumps the pip-deps group with 4 updates: [boto3](https://github.com/boto/boto3), [requests](https://github.com/psf/requests), [ruff](https://github.com/astral-sh/ruff) and [openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator).


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

Updates `requests` from 2.32.3 to 2.32.4
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.3...v2.32.4)

Updates `ruff` from 0.11.12 to 0.11.13
- [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.11.12...0.11.13)

Updates `openapi-spec-validator` from 0.7.1 to 0.7.2
- [Release notes](https://github.com/python-openapi/openapi-spec-validator/releases)
- [Commits](python-openapi/openapi-spec-validator@0.7.1...0.7.2)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.38.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: ruff
  dependency-version: 0.11.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: openapi-spec-validator
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
…ame-coverage

Revert "Revert "Add minimum coverage to ARIA_S1_GUNW""
@asjohnston-asf asjohnston-asf requested review from a team as code owners June 10, 2025 19:24
@asjohnston-asf asjohnston-asf added the minor Bump the minor version number of this project label Jun 10, 2025
@github-actions
Copy link

github-actions bot commented Jun 10, 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?

@jtherrmann
Copy link
Contributor

ARIA_S1_GUNW test jobs:

@asjohnston-asf asjohnston-asf merged commit 41c7d17 into main Jun 10, 2025
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Bump the minor version number of this project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants