From 1dc721547abfb1c2b2cc69ca021de689e8b468a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 07:58:45 +0000 Subject: [PATCH] Update pydata/pydata-sphinx-theme requirement to f5c69c8c304ad4643ce3767d4e0e97d42eac446c Updates the requirements on [pydata/pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) to permit the latest version. - [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases) - [Changelog](https://github.com/pydata/pydata-sphinx-theme/blob/main/RELEASE.md) - [Commits](https://github.com/pydata/pydata-sphinx-theme/commits/f5c69c8c304ad4643ce3767d4e0e97d42eac446c) --- updated-dependencies: - dependency-name: pydata/pydata-sphinx-theme dependency-version: f5c69c8c304ad4643ce3767d4e0e97d42eac446c dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 6 +++--- .github/workflows/a11y.yml | 2 +- .github/workflows/docs.yml | 6 +++--- .github/workflows/prerelease.yml | 2 +- .github/workflows/publish.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e6250160d..0a6297f43 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -74,7 +74,7 @@ jobs: - name: "Setup CI environment 🛠" # Important: make sure to update the SHA after making any changes to the set-dev-env action - uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053 + uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@f5c69c8c304ad4643ce3767d4e0e97d42eac446c with: python-version: ${{ matrix.python-version }} pandoc: true @@ -118,7 +118,7 @@ jobs: persist-credentials: false - name: "Setup CI environment 🛠" - uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053 + uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@f5c69c8c304ad4643ce3767d4e0e97d42eac446c with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} @@ -174,7 +174,7 @@ jobs: persist-credentials: false - name: "Setup CI environment 🛠" - uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053 + uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@f5c69c8c304ad4643ce3767d4e0e97d42eac446c with: # 3.12 is not supported by py-spy yet python-version: "3.11" diff --git a/.github/workflows/a11y.yml b/.github/workflows/a11y.yml index eb6a3811b..20308db19 100644 --- a/.github/workflows/a11y.yml +++ b/.github/workflows/a11y.yml @@ -48,7 +48,7 @@ jobs: persist-credentials: false - name: "Setup CI environment 🛠" - uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053 + uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@f5c69c8c304ad4643ce3767d4e0e97d42eac446c with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} pandoc: true diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c6ab6c9fd..4e3a00758 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -61,7 +61,7 @@ jobs: - name: "Setup CI environment 🛠" # Important: make sure to update the SHA after making any changes to the set-dev-env action - uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053 + uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@f5c69c8c304ad4643ce3767d4e0e97d42eac446c with: python-version: ${{ matrix.python-version }} pandoc: true @@ -92,7 +92,7 @@ jobs: - name: "Setup CI environment 🛠" # Important: make sure to update the SHA after making any changes to the set-dev-env action - uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053 + uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@f5c69c8c304ad4643ce3767d4e0e97d42eac446c with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} @@ -130,7 +130,7 @@ jobs: - name: "Setup CI environment 🛠" # Important: make sure to update the SHA after making any changes to the set-dev-env action - uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053 + uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@f5c69c8c304ad4643ce3767d4e0e97d42eac446c - name: "Check for broken links 🔗" run: python -Im tox run -e docs-linkcheck diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index dbf429a98..3a7526081 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -31,7 +31,7 @@ jobs: - name: "Setup CI environment 🛠" # Important: make sure to update the SHA after making any changes to the set-dev-env action - uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053 + uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@f5c69c8c304ad4643ce3767d4e0e97d42eac446c with: python-version: ${{ matrix.python-version }} pandoc: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8499f07c8..1b3de4234 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: # calls our general CI workflows (tests, coverage, profile, etc.) tests: # Important: make sure to update the SHA after making any changes to the CI workflow - uses: pydata/pydata-sphinx-theme/.github/workflows/CI.yml@ac57147185b6f9400cafbcd852e04345e5e841b7 + uses: pydata/pydata-sphinx-theme/.github/workflows/CI.yml@f5c69c8c304ad4643ce3767d4e0e97d42eac446c # only run this workflow for pydata owned repositories (avoid forks) if: github.repository_owner == 'pydata' # needed for the coverage action @@ -30,7 +30,7 @@ jobs: # calls our docs workflow (build docs, check broken links, lighthouse) docs: # Important: make sure to update the SHA after making any changes to the docs workflow - uses: pydata/pydata-sphinx-theme/.github/workflows/docs.yml@ac57147185b6f9400cafbcd852e04345e5e841b7 + uses: pydata/pydata-sphinx-theme/.github/workflows/docs.yml@f5c69c8c304ad4643ce3767d4e0e97d42eac446c # only run this workflow for pydata owned repositories (avoid forks) if: github.repository_owner == 'pydata'