From b40ec72a6e696909b5cc39360d022914198feb79 Mon Sep 17 00:00:00 2001 From: Max Jones <14077947+maxrjones@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:17:39 -0400 Subject: [PATCH 1/3] chore: bump dse-oss-reports release --- .github/workflows/update-reports.yml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-reports.yml b/.github/workflows/update-reports.yml index b332f00..5e4a1f4 100644 --- a/.github/workflows/update-reports.yml +++ b/.github/workflows/update-reports.yml @@ -8,11 +8,11 @@ on: jobs: reports: - uses: NASA-IMPACT/dse-oss-reports/.github/workflows/reports.yml@33eb4f01af27504d3a35e32fbbc679435e300b5b # v0.2.0 + uses: NASA-IMPACT/dse-oss-reports/.github/workflows/reports.yml@82a1ac63978b5440d0f0d1de83fc46419171bdb8 # v0.3.0 permissions: contents: write pull-requests: write with: - dse-oss-reports-ref: further-simplification + dse-oss-reports-ref: 82a1ac63978b5440d0f0d1de83fc46419171bdb8 secrets: pat: ${{ secrets.GH_ODD_PAT }} diff --git a/pyproject.toml b/pyproject.toml index e7b36bd..c34adef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">= 3.12" [dependency-groups] dev = [ - "dse-oss-reports @ git+https://github.com/NASA-IMPACT/dse-oss-reports.git@33eb4f01af27504d3a35e32fbbc679435e300b5b", # v0.2.0 + "dse-oss-reports @ git+https://github.com/NASA-IMPACT/dse-oss-reports.git@82a1ac63978b5440d0f0d1de83fc46419171bdb8" # v0.3.0 "mike>=2.1.3", "mkdocs-material[imaging]>=9.6.3", "mkdocs-jupyter>=0.25.0", From c45dbd9bf8e303515378f936cbbd473ec4e37fc7 Mon Sep 17 00:00:00 2001 From: Max Jones <14077947+maxrjones@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:19:14 -0400 Subject: [PATCH 2/3] fix indent --- .github/workflows/update-reports.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-reports.yml b/.github/workflows/update-reports.yml index 5e4a1f4..84feecc 100644 --- a/.github/workflows/update-reports.yml +++ b/.github/workflows/update-reports.yml @@ -13,6 +13,6 @@ jobs: contents: write pull-requests: write with: - dse-oss-reports-ref: 82a1ac63978b5440d0f0d1de83fc46419171bdb8 + dse-oss-reports-ref: 82a1ac63978b5440d0f0d1de83fc46419171bdb8 secrets: pat: ${{ secrets.GH_ODD_PAT }} From f5e9589b417fd7819847d7639db7c398da719308 Mon Sep 17 00:00:00 2001 From: Max Jones <14077947+maxrjones@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:21:40 -0400 Subject: [PATCH 3/3] Fix formatting --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c34adef..305e930 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">= 3.12" [dependency-groups] dev = [ - "dse-oss-reports @ git+https://github.com/NASA-IMPACT/dse-oss-reports.git@82a1ac63978b5440d0f0d1de83fc46419171bdb8" # v0.3.0 + "dse-oss-reports @ git+https://github.com/NASA-IMPACT/dse-oss-reports.git@82a1ac63978b5440d0f0d1de83fc46419171bdb8", # v0.3.0 "mike>=2.1.3", "mkdocs-material[imaging]>=9.6.3", "mkdocs-jupyter>=0.25.0",