From 47b63d46b33e71527f89930016f1ec0f781e81bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 20:23:05 +0000 Subject: [PATCH] Bump the dependencies group with 5 updates Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [autofix-ci/action](https://github.com/autofix-ci/action) | `1.3.2` | `1.3.3` | | [install-pinned/maturin-with-zig](https://github.com/install-pinned/maturin-with-zig) | `f2d528f09a3bbfb659c9959647d05c64874401d8` | `50a97815617ed3208f5425e944211e05c41e9e1a` | | [install-pinned/maturin](https://github.com/install-pinned/maturin) | `2b1e63c9d1c75642660f559ebf5dacab346d0555` | `0dc469a17c5724baec070538bf371c337fea8953` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `6` | `7` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `7` | `8` | Updates `autofix-ci/action` from 1.3.2 to 1.3.3 - [Release notes](https://github.com/autofix-ci/action/releases) - [Commits](https://github.com/autofix-ci/action/compare/635ffb0c9798bd160680f18fd73371e355b85f27...7a166d7532b277f34e16238930461bf77f9d7ed8) Updates `install-pinned/maturin-with-zig` from f2d528f09a3bbfb659c9959647d05c64874401d8 to 50a97815617ed3208f5425e944211e05c41e9e1a - [Release notes](https://github.com/install-pinned/maturin-with-zig/releases) - [Commits](https://github.com/install-pinned/maturin-with-zig/compare/f2d528f09a3bbfb659c9959647d05c64874401d8...50a97815617ed3208f5425e944211e05c41e9e1a) Updates `install-pinned/maturin` from 2b1e63c9d1c75642660f559ebf5dacab346d0555 to 0dc469a17c5724baec070538bf371c337fea8953 - [Release notes](https://github.com/install-pinned/maturin/releases) - [Commits](https://github.com/install-pinned/maturin/compare/2b1e63c9d1c75642660f559ebf5dacab346d0555...0dc469a17c5724baec070538bf371c337fea8953) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: autofix-ci/action dependency-version: 1.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: install-pinned/maturin-with-zig dependency-version: 50a97815617ed3208f5425e944211e05c41e9e1a dependency-type: direct:production dependency-group: dependencies - dependency-name: install-pinned/maturin dependency-version: 0dc469a17c5724baec070538bf371c337fea8953 dependency-type: direct:production dependency-group: dependencies - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/autofix.yml | 4 ++-- .github/workflows/ci.yml | 20 ++++++++++---------- .github/workflows/docs.yml | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 8af2aa9e..1c9c9500 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -28,7 +28,7 @@ jobs: --prost_opt="flat_output_dir=true" # --swift_out=./mitmproxy-macos/redirector/ipc - run: cargo fmt --all - - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 + - uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8 rustfmt: runs-on: ${{ matrix.os }} @@ -53,4 +53,4 @@ jobs: - run: cargo fmt --all - run: git checkout src/ipc/mitmproxy_ipc.rs - - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 + - uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e49f326c..2c626b42 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@f2d528f09a3bbfb659c9959647d05c64874401d8 + uses: install-pinned/maturin-with-zig@50a97815617ed3208f5425e944211e05c41e9e1a - if: runner.os != 'Linux' name: Install maturin from PyPI - uses: install-pinned/maturin@2b1e63c9d1c75642660f559ebf5dacab346d0555 + uses: install-pinned/maturin@0dc469a17c5724baec070538bf371c337fea8953 - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') run: python .github/scripts/pin-versions.py @@ -107,7 +107,7 @@ jobs: - if: contains(matrix.args, 'sdist') run: pip install --no-dependencies target/wheels/*.tar.gz - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: wheels-${{ matrix.name }} path: target/wheels @@ -132,7 +132,7 @@ jobs: APPLE_PROVISIONING_PROFILE_EXT: ${{ secrets.APPLE_PROVISIONING_PROFILE_EXT }} APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }} - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: macos-app path: mitmproxy-macos/redirector/dist/ @@ -148,7 +148,7 @@ jobs: - run: cargo build --release --package windows-redirector - run: python -m build --wheel ./mitmproxy-windows --outdir target/wheels/ - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: wheels-os-windows path: target/wheels @@ -168,13 +168,13 @@ jobs: cargo build --release --package macos-certificate-truster --target x86_64-apple-darwin cargo build --release --package macos-certificate-truster --target aarch64-apple-darwin lipo -create -output target/release/macos-certificate-truster target/x86_64-apple-darwin/release/macos-certificate-truster target/aarch64-apple-darwin/release/macos-certificate-truster - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: macos-app path: mitmproxy-macos/redirector/dist/ - run: python -m build --wheel ./mitmproxy-macos --outdir target/wheels/ - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: wheels-os-macos path: target/wheels @@ -195,12 +195,12 @@ jobs: - uses: mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0 - uses: ./.github/actions/setup - name: Install maturin[zig] from PyPI - uses: install-pinned/maturin-with-zig@f2d528f09a3bbfb659c9959647d05c64874401d8 + uses: install-pinned/maturin-with-zig@50a97815617ed3208f5425e944211e05c41e9e1a - run: maturin build --release ${{ matrix.args }} working-directory: ./mitmproxy-linux - run: test -f target/wheels/*-py3-none-*.whl # ensure we have a universal wheel - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: wheels-os-${{ matrix.name }} path: target/wheels @@ -211,7 +211,7 @@ jobs: steps: - uses: mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0 - uses: ./.github/actions/setup - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: wheels-os-linux-x86_64 path: target/wheels diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1f3f965b..a87507be 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@f2d528f09a3bbfb659c9959647d05c64874401d8 + - uses: install-pinned/maturin-with-zig@50a97815617ed3208f5425e944211e05c41e9e1a - uses: install-pinned/mypy@75779f141592e4909d64e13f8a1861f06aa9cd8d - uses: install-pinned/pdoc@69ba59f9699df21e1026110af4ec6b10a98cf5cd