From 72c145cbd9d9213db17ec44e919e94db478f214e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 02:40:59 +0000 Subject: [PATCH] chore(deps): update install-pinned/mypy digest to 75779f1 --- .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 6173fb86..35145ec3 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@1008b0b20e9cbc1b084334bd96f022734ce56e88 - name: Install mypy from PyPI - uses: install-pinned/mypy@c6417c46426c90da6f8224c3d3b1935a812ffe75 + uses: install-pinned/mypy@75779f141592e4909d64e13f8a1861f06aa9cd8d - name: Install python project run: maturin build -m pyapi/Cargo.toml && pip install --no-index --find-links target/wheels/ rustsat - name: Test stubs