From a17df6e67bf0dce0c4cb5a4187ea944e6ebc1668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 00:15:01 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 5 updates (#203) Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [install-pinned/maturin](https://github.com/install-pinned/maturin) | `1a8615ce58832a10e09ae3519d450dfaa0b6a238` | `c8c3a8f7f2b2ecf1728c96824734c6c6afe7e3e8` | | [install-pinned/build](https://github.com/install-pinned/build) | `4a00f0c34793eaed8ab450ae66113382fbc86a52` | `67059894d5ef2398af490c98fa8af8542d7b7008` | | [mhils/workflows](https://github.com/mhils/workflows) | `12` | `13` | | [install-pinned/mypy](https://github.com/install-pinned/mypy) | `e7fbd267da691692d1f587abebff11d9a012c2e5` | `acfb567eb55a86c12a58ca1d28cd3e183e6a6d63` | | [install-pinned/pdoc](https://github.com/install-pinned/pdoc) | `e84522771f760a774c423ce40c9bb9844f843825` | `2e3e48c4027dad61fb97866e009e1e6b7da38209` | Updates `install-pinned/maturin` from 1a8615ce58832a10e09ae3519d450dfaa0b6a238 to c8c3a8f7f2b2ecf1728c96824734c6c6afe7e3e8 - [Release notes](https://github.com/install-pinned/maturin/releases) - [Commits](https://github.com/install-pinned/maturin/compare/1a8615ce58832a10e09ae3519d450dfaa0b6a238...c8c3a8f7f2b2ecf1728c96824734c6c6afe7e3e8) Updates `install-pinned/build` from 4a00f0c34793eaed8ab450ae66113382fbc86a52 to 67059894d5ef2398af490c98fa8af8542d7b7008 - [Release notes](https://github.com/install-pinned/build/releases) - [Commits](https://github.com/install-pinned/build/compare/4a00f0c34793eaed8ab450ae66113382fbc86a52...67059894d5ef2398af490c98fa8af8542d7b7008) Updates `mhils/workflows` from 12 to 13 - [Release notes](https://github.com/mhils/workflows/releases) - [Commits](https://github.com/mhils/workflows/compare/v12...v13) Updates `install-pinned/mypy` from e7fbd267da691692d1f587abebff11d9a012c2e5 to acfb567eb55a86c12a58ca1d28cd3e183e6a6d63 - [Release notes](https://github.com/install-pinned/mypy/releases) - [Commits](https://github.com/install-pinned/mypy/compare/e7fbd267da691692d1f587abebff11d9a012c2e5...acfb567eb55a86c12a58ca1d28cd3e183e6a6d63) Updates `install-pinned/pdoc` from e84522771f760a774c423ce40c9bb9844f843825 to 2e3e48c4027dad61fb97866e009e1e6b7da38209 - [Release notes](https://github.com/install-pinned/pdoc/releases) - [Commits](https://github.com/install-pinned/pdoc/compare/e84522771f760a774c423ce40c9bb9844f843825...2e3e48c4027dad61fb97866e009e1e6b7da38209) --- updated-dependencies: - dependency-name: install-pinned/maturin dependency-type: direct:production dependency-group: dependencies - dependency-name: install-pinned/build dependency-type: direct:production dependency-group: dependencies - dependency-name: mhils/workflows dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: install-pinned/mypy dependency-type: direct:production dependency-group: dependencies - dependency-name: install-pinned/pdoc dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- .github/workflows/docs.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ee6f2c3..a8077ef9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: uses: install-pinned/maturin-with-zig@4804d730717f28b7565e71e68e5c9fe8c4f9b089 - if: runner.os != 'Linux' name: Install maturin from PyPI - uses: install-pinned/maturin@1a8615ce58832a10e09ae3519d450dfaa0b6a238 + uses: install-pinned/maturin@c8c3a8f7f2b2ecf1728c96824734c6c6afe7e3e8 - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') run: python .github/scripts/pin-versions.py @@ -180,7 +180,7 @@ jobs: with: python-version-file: .github/python-version.txt - name: Install build from PyPI - uses: install-pinned/build@4a00f0c34793eaed8ab450ae66113382fbc86a52 + uses: install-pinned/build@67059894d5ef2398af490c98fa8af8542d7b7008 - run: python -m build --wheel ./mitmproxy-${{ matrix.os }} --outdir target/wheels/ - uses: actions/upload-artifact@v4 with: @@ -198,7 +198,7 @@ jobs: jobs: ${{ toJSON(needs) }} deploy: - uses: mhils/workflows/.github/workflows/python-deploy.yml@v12 + uses: mhils/workflows/.github/workflows/python-deploy.yml@v13 needs: check if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') with: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 43ba5dee..a0c4bba6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,9 +26,9 @@ jobs: - name: Install maturin[zig] from PyPI uses: install-pinned/maturin-with-zig@4804d730717f28b7565e71e68e5c9fe8c4f9b089 - name: Install mypy from PyPI - uses: install-pinned/mypy@e7fbd267da691692d1f587abebff11d9a012c2e5 + uses: install-pinned/mypy@acfb567eb55a86c12a58ca1d28cd3e183e6a6d63 - name: Install pdoc from PyPI - uses: install-pinned/pdoc@e84522771f760a774c423ce40c9bb9844f843825 + uses: install-pinned/pdoc@2e3e48c4027dad61fb97866e009e1e6b7da38209 - run: maturin build working-directory: ./mitmproxy-rs