From be90633294d9676d86edbe250d36211ec8975574 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 01:31:31 +0000 Subject: [PATCH] chore(deps): update install-pinned/mypy digest to 70ca845 --- .github/workflows/pyapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyapi.yml b/.github/workflows/pyapi.yml index b14e168..e32ea07 100644 --- a/.github/workflows/pyapi.yml +++ b/.github/workflows/pyapi.yml @@ -93,7 +93,7 @@ jobs: - name: Install maturin from PyPI uses: install-pinned/maturin@69e29227c757f6cf98bfd301f2eec45cea2a06a5 - name: Install mypy from PyPI - uses: install-pinned/mypy@c6417c46426c90da6f8224c3d3b1935a812ffe75 + uses: install-pinned/mypy@70ca845720ce080efb591d1e3fa19f6611079bf0 - name: Install python project run: maturin build -m pyapi/Cargo.toml && pip install --no-index --find-links target/wheels/ rustsat - name: Test stubs