From 3bc4a63910254c17a92e33f039adc4d7aa91564f Mon Sep 17 00:00:00 2001 From: Justin Braaten Date: Tue, 21 Apr 2026 20:07:13 +0000 Subject: [PATCH] Consolidate Dependabot dependency updates --- .github/workflows/ci-build.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/publish.yml | 6 +++--- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 1ad73e2..daf041a 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -40,7 +40,7 @@ jobs: id-token: write # This is required for requesting the JWT. steps: - name: Cancel previous - uses: styfle/cancel-workflow-action@0.13.0 + uses: styfle/cancel-workflow-action@0.13.1 with: access_token: ${{ github.token }} if: ${{github.ref != 'refs/head/main'}} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 80191bc..1d76061 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,7 +36,7 @@ jobs: ] steps: - name: Cancel previous - uses: styfle/cancel-workflow-action@0.13.0 + uses: styfle/cancel-workflow-action@0.13.1 with: access_token: ${{ github.token }} if: ${{github.ref != 'refs/head/main'}} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index da6eb99..fe9458a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -54,7 +54,7 @@ jobs: name: Install Python with: python-version: '3.13' - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v8 with: name: releases path: dist @@ -64,7 +64,7 @@ jobs: ls -ltrh dist - name: Publish package to TestPyPI if: github.event_name == 'push' - uses: pypa/gh-action-pypi-publish@v1.13.0 + uses: pypa/gh-action-pypi-publish@v1.14.0 with: user: __token__ password: ${{ secrets.TESTPYPI_TOKEN }} @@ -88,7 +88,7 @@ jobs: name: releases path: dist - name: Publish package to PyPI - uses: pypa/gh-action-pypi-publish@v1.13.0 + uses: pypa/gh-action-pypi-publish@v1.14.0 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }} diff --git a/docs/requirements.txt b/docs/requirements.txt index ed41d1a..9332a56 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ # doc requirements Jinja2==3.1.6 -myst-nb==1.3.0 +myst-nb==1.4.0 myst-parser==4.0.1 sphinx_rtd_theme==3.1.0 sphinx==8.1.3 diff --git a/pyproject.toml b/pyproject.toml index cda0e04..d76c90c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ tests = [ dataflow = [ "absl-py", "apache-beam[gcp]", - "gcsfs<=2026.1.0", + "gcsfs<=2026.3.0", "xarray-beam", ] examples = [