From 0cf8a0b385b14810499a09e3defa92b8af46f475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 21:54:29 +0000 Subject: [PATCH] build(deps): bump install-pinned/mypy Bumps [install-pinned/mypy](https://github.com/install-pinned/mypy) from cec260456eec5126750b72b8f0a6e6011eb85223 to 8fd8c50eff0144780246d326dc2159289f090e33. - [Release notes](https://github.com/install-pinned/mypy/releases) - [Commits](https://github.com/install-pinned/mypy/compare/cec260456eec5126750b72b8f0a6e6011eb85223...8fd8c50eff0144780246d326dc2159289f090e33) --- updated-dependencies: - dependency-name: install-pinned/mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .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 584b3655..c3731407 100644 --- a/.github/workflows/pyapi.yml +++ b/.github/workflows/pyapi.yml @@ -92,7 +92,7 @@ jobs: - name: Install maturin from PyPI uses: install-pinned/maturin@0620ca40d2c575adaa48574fe2f6c76aa188e2c6 - name: Install mypy from PyPI - uses: install-pinned/mypy@cec260456eec5126750b72b8f0a6e6011eb85223 + uses: install-pinned/mypy@8fd8c50eff0144780246d326dc2159289f090e33 - name: Install python project run: maturin build -m pyapi/Cargo.toml && pip install --no-index --find-links target/wheels/ rustsat - name: Test stubs