From 4a033cb4db96e3e25dbfb909593933a9decc997a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:46:48 +0000 Subject: [PATCH] build(deps): bump install-pinned/maturin Bumps [install-pinned/maturin](https://github.com/install-pinned/maturin) from 3d59037009f92def8f023f3b3e4810179477786d to 6f1db1ad43a0c7eac558f10b81c967da256f1e19. - [Release notes](https://github.com/install-pinned/maturin/releases) - [Commits](https://github.com/install-pinned/maturin/compare/3d59037009f92def8f023f3b3e4810179477786d...6f1db1ad43a0c7eac558f10b81c967da256f1e19) --- updated-dependencies: - dependency-name: install-pinned/maturin 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 f6ff5e4..a74427e 100644 --- a/.github/workflows/pyapi.yml +++ b/.github/workflows/pyapi.yml @@ -90,7 +90,7 @@ jobs: uses: actions/checkout@v4 - uses: Swatinem/rust-cache@v2 - name: Install maturin from PyPI - uses: install-pinned/maturin@3d59037009f92def8f023f3b3e4810179477786d + uses: install-pinned/maturin@6f1db1ad43a0c7eac558f10b81c967da256f1e19 - name: Install mypy from PyPI uses: install-pinned/mypy@52365a71b7d64ebed3db400b67077d3e91a769b4 - name: Install python project