From 1612e9ea3f7829f6ce569b1f07ac67ea2bbc2494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:44:19 +0000 Subject: [PATCH] build(deps): bump install-pinned/mypy Bumps [install-pinned/mypy](https://github.com/install-pinned/mypy) from 2b7ed3821d580865e560636733cce75157624e34 to 812c1e7b83dc0b678bdb1c0610d937077c32615e. - [Release notes](https://github.com/install-pinned/mypy/releases) - [Commits](https://github.com/install-pinned/mypy/compare/2b7ed3821d580865e560636733cce75157624e34...812c1e7b83dc0b678bdb1c0610d937077c32615e) --- 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 ec554904..e5c7c34e 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@2b7ed3821d580865e560636733cce75157624e34 + uses: install-pinned/mypy@812c1e7b83dc0b678bdb1c0610d937077c32615e - name: Install python project run: maturin build -m pyapi/Cargo.toml && pip install --no-index --find-links target/wheels/ rustsat - name: Test stubs