Skip to content

Conversation

@jtherrmann
Copy link
Contributor

@jtherrmann jtherrmann commented Oct 1, 2025

TODO:

dependabot bot and others added 19 commits September 30, 2025 02:01
Bumps the pip-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.40.35` | `1.40.40` |
| [shapely](https://github.com/shapely/shapely) | `2.1.1` | `2.1.2` |
| [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` |
| [ruff](https://github.com/astral-sh/ruff) | `0.13.1` | `0.13.2` |
| [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) | `1.39.1` | `1.40.0` |


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

Updates `shapely` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/shapely/shapely/releases)
- [Changelog](https://github.com/shapely/shapely/blob/main/CHANGES.txt)
- [Commits](shapely/shapely@2.1.1...2.1.2)

Updates `pyyaml` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES)
- [Commits](yaml/pyyaml@6.0.2...6.0.3)

Updates `ruff` from 0.13.1 to 0.13.2
- [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.13.1...0.13.2)

Updates `cfn-lint` from 1.39.1 to 1.40.0
- [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.39.1...v1.40.0)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.40.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: shapely
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: pyyaml
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: ruff
  dependency-version: 0.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: cfn-lint
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
run make_sure_granules_exist inside get_cmr_metadata
Make CMR validation optional per job type
@jtherrmann jtherrmann requested a review from a team as a code owner October 1, 2025 22:34
@jtherrmann jtherrmann added the patch Bump the patch version number of this project label Oct 1, 2025
@jtherrmann jtherrmann requested review from a team as code owners October 1, 2025 22:34
@github-actions
Copy link

github-actions bot commented Oct 1, 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 jtherrmann temporarily deployed to hyp3-tibet-jpl-test October 1, 2025 22:37 — with GitHub Actions Inactive
@jtherrmann jtherrmann temporarily deployed to hyp3-its-live-test October 1, 2025 22:37 — with GitHub Actions Inactive
@jtherrmann jtherrmann temporarily deployed to hyp3-volcsarvatory-test October 1, 2025 22:37 — with GitHub Actions Inactive
@jtherrmann jtherrmann temporarily deployed to hyp3-ak-fire-safe-test October 1, 2025 22:37 — with GitHub Actions Inactive
@jtherrmann jtherrmann temporarily deployed to hyp3-a19-jpl-test October 1, 2025 22:37 — with GitHub Actions Inactive
@jtherrmann jtherrmann temporarily deployed to hyp3-pism-cloud-test October 1, 2025 22:37 — with GitHub Actions Inactive
@jtherrmann jtherrmann temporarily deployed to hyp3-a19-jpl-test October 1, 2025 23:03 — with GitHub Actions Inactive
@jtherrmann jtherrmann temporarily deployed to hyp3-tibet-jpl-test October 1, 2025 23:03 — with GitHub Actions Inactive
@jtherrmann jtherrmann temporarily deployed to hyp3-volcsarvatory-test October 1, 2025 23:03 — with GitHub Actions Inactive
@jtherrmann jtherrmann temporarily deployed to hyp3-pism-cloud-test October 1, 2025 23:03 — with GitHub Actions Inactive
@jtherrmann jtherrmann temporarily deployed to hyp3-its-live-test October 1, 2025 23:03 — with GitHub Actions Inactive
@jtherrmann jtherrmann temporarily deployed to hyp3-ak-fire-safe-test October 1, 2025 23:03 — with GitHub Actions Inactive
@jtherrmann jtherrmann merged commit 38fb800 into main Oct 2, 2025
28 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.

3 participants