From d8a0e51fdb88d629dd4b787efad7631e51a30e9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 22:48:19 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20pypa/hatch=20digest?= =?UTF-8?q?=20to=20f647ed7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- .github/workflows/documentation.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 106229b..d21a769 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Install Hatch - uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc # install + uses: pypa/hatch@f647ed70d49adb885f53a27d1c7f5bdaeacf2c60 # install - name: Lint and typecheck run: | hatch fmt --linter @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Install Hatch - uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc # install + uses: pypa/hatch@f647ed70d49adb885f53a27d1c7f5bdaeacf2c60 # install - name: mint API token id: mint-token run: | diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 62f3bdf..d4afed6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Install Hatch - uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc # install + uses: pypa/hatch@f647ed70d49adb885f53a27d1c7f5bdaeacf2c60 # install - name: Build run: hatch run docs-build - name: Upload artifact