From 32ace29a91778e40b3ff83bb22935aa69b17a5b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 20:50:12 +0000 Subject: [PATCH] Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [autofix-ci/action](https://github.com/autofix-ci/action), [install-pinned/maturin-with-zig](https://github.com/install-pinned/maturin-with-zig) and [install-pinned/maturin](https://github.com/install-pinned/maturin). Updates `autofix-ci/action` from 551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef to 635ffb0c9798bd160680f18fd73371e355b85f27 - [Release notes](https://github.com/autofix-ci/action/releases) - [Commits](https://github.com/autofix-ci/action/compare/551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef...635ffb0c9798bd160680f18fd73371e355b85f27) Updates `install-pinned/maturin-with-zig` from 42dc7eb111721cfc7d889e6588c18f72f6ea3dc0 to ce5035a1ee962b01d62945e5c66e1ca9a8bafd44 - [Release notes](https://github.com/install-pinned/maturin-with-zig/releases) - [Commits](https://github.com/install-pinned/maturin-with-zig/compare/42dc7eb111721cfc7d889e6588c18f72f6ea3dc0...ce5035a1ee962b01d62945e5c66e1ca9a8bafd44) Updates `install-pinned/maturin` from 63c54e6393a3a0485badaf4af9a222e85bb389b8 to 288b846aff4c6923b6db7a879da0e15e21c06a99 - [Release notes](https://github.com/install-pinned/maturin/releases) - [Commits](https://github.com/install-pinned/maturin/compare/63c54e6393a3a0485badaf4af9a222e85bb389b8...288b846aff4c6923b6db7a879da0e15e21c06a99) --- updated-dependencies: - dependency-name: autofix-ci/action dependency-version: 635ffb0c9798bd160680f18fd73371e355b85f27 dependency-type: direct:production dependency-group: dependencies - dependency-name: install-pinned/maturin-with-zig dependency-version: ce5035a1ee962b01d62945e5c66e1ca9a8bafd44 dependency-type: direct:production dependency-group: dependencies - dependency-name: install-pinned/maturin dependency-version: 288b846aff4c6923b6db7a879da0e15e21c06a99 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/autofix.yml | 4 ++-- .github/workflows/ci.yml | 6 +++--- .github/workflows/docs.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index fb48cf98..03463208 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -25,7 +25,7 @@ jobs: --prost_opt="bytes=data" --swift_out=./mitmproxy-macos/redirector/ipc - run: cargo fmt --all - - uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef + - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 rustfmt: runs-on: ${{ matrix.os }} @@ -50,4 +50,4 @@ jobs: - run: cargo fmt --all - run: git checkout src/ipc/mitmproxy_ipc.rs - - uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef + - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7fdf277..bcaac74d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,10 +91,10 @@ jobs: - if: runner.os == 'Linux' name: Install maturin[zig] from PyPI - uses: install-pinned/maturin-with-zig@42dc7eb111721cfc7d889e6588c18f72f6ea3dc0 + uses: install-pinned/maturin-with-zig@ce5035a1ee962b01d62945e5c66e1ca9a8bafd44 - if: runner.os != 'Linux' name: Install maturin from PyPI - uses: install-pinned/maturin@63c54e6393a3a0485badaf4af9a222e85bb389b8 + uses: install-pinned/maturin@288b846aff4c6923b6db7a879da0e15e21c06a99 - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') run: python .github/scripts/pin-versions.py @@ -195,7 +195,7 @@ jobs: - uses: mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0 - uses: ./.github/actions/setup - name: Install maturin[zig] from PyPI - uses: install-pinned/maturin-with-zig@42dc7eb111721cfc7d889e6588c18f72f6ea3dc0 + uses: install-pinned/maturin-with-zig@ce5035a1ee962b01d62945e5c66e1ca9a8bafd44 - run: maturin build --release ${{ matrix.args }} working-directory: ./mitmproxy-linux - run: test -f target/wheels/*-py3-none-*.whl # ensure we have a universal wheel diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cb1daaa8..325ab331 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,7 +22,7 @@ jobs: # TODO: This should ideally just reuse the main CI artifacts. - uses: mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0 - uses: ./.github/actions/setup - - uses: install-pinned/maturin-with-zig@42dc7eb111721cfc7d889e6588c18f72f6ea3dc0 + - uses: install-pinned/maturin-with-zig@ce5035a1ee962b01d62945e5c66e1ca9a8bafd44 - uses: install-pinned/mypy@75779f141592e4909d64e13f8a1861f06aa9cd8d - uses: install-pinned/pdoc@69ba59f9699df21e1026110af4ec6b10a98cf5cd