From d7216879d36fd6c87272d49f91524411f8252ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 21:17:35 +0000 Subject: [PATCH] build(deps): bump install-pinned/mypy Bumps [install-pinned/mypy](https://github.com/install-pinned/mypy) from b894abac469541f33f8957d4aa33b24e4464161e to 2b7ed3821d580865e560636733cce75157624e34. - [Release notes](https://github.com/install-pinned/mypy/releases) - [Commits](https://github.com/install-pinned/mypy/compare/b894abac469541f33f8957d4aa33b24e4464161e...2b7ed3821d580865e560636733cce75157624e34) --- 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 45522be..ec55490 100644 --- a/.github/workflows/pyapi.yml +++ b/.github/workflows/pyapi.yml @@ -91,7 +91,7 @@ jobs: - name: Install maturin from PyPI uses: install-pinned/maturin@ab13013f30551a87b56c6a9c2bdd7b6287581def - name: Install mypy from PyPI - uses: install-pinned/mypy@b894abac469541f33f8957d4aa33b24e4464161e + uses: install-pinned/mypy@2b7ed3821d580865e560636733cce75157624e34 - name: Install python project run: maturin build -m pyapi/Cargo.toml && pip install --no-index --find-links target/wheels/ rustsat - name: Test stubs