From 613b63166e2c65b0bfb54add017039f285fa01ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 07:01:22 +0700 Subject: [PATCH] build(deps): bump the dependencies group with 5 updates (#124) Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [install-pinned/maturin-with-zig](https://github.com/install-pinned/maturin-with-zig) | `930de5c8284dfb26f11fd30a35a0df4c15ee4f8b` | `1c81abaaee669d7c37cd893e1037216ecf5df7e0` | | [install-pinned/maturin](https://github.com/install-pinned/maturin) | `4fd3810fa566280146c1de9a0b166cdf7748155d` | `63688f9ac50926e464a1968e2383270d2d18c07c` | | [install-pinned/build](https://github.com/install-pinned/build) | `11bbf2deeb1a44228c45910f3b57e346927960b4` | `8abfe6b59c77f639a26f11c0ce295f9940f7865f` | | [install-pinned/mypy](https://github.com/install-pinned/mypy) | `020b6c0814d9de4c275f3b4f858c2c40b02554fa` | `5257e4e0636763f6fb849c6354a2ff13d645d3a9` | | [install-pinned/pdoc](https://github.com/install-pinned/pdoc) | `6bb5f2d6ed7b3000e20c0271fe520cb31185f760` | `1e3e54521769cb06a10c2c4479c682551d4c9dce` | Updates `install-pinned/maturin-with-zig` from 930de5c8284dfb26f11fd30a35a0df4c15ee4f8b to 1c81abaaee669d7c37cd893e1037216ecf5df7e0 - [Release notes](https://github.com/install-pinned/maturin-with-zig/releases) - [Commits](https://github.com/install-pinned/maturin-with-zig/compare/930de5c8284dfb26f11fd30a35a0df4c15ee4f8b...1c81abaaee669d7c37cd893e1037216ecf5df7e0) Updates `install-pinned/maturin` from 4fd3810fa566280146c1de9a0b166cdf7748155d to 63688f9ac50926e464a1968e2383270d2d18c07c - [Release notes](https://github.com/install-pinned/maturin/releases) - [Commits](https://github.com/install-pinned/maturin/compare/4fd3810fa566280146c1de9a0b166cdf7748155d...63688f9ac50926e464a1968e2383270d2d18c07c) Updates `install-pinned/build` from 11bbf2deeb1a44228c45910f3b57e346927960b4 to 8abfe6b59c77f639a26f11c0ce295f9940f7865f - [Release notes](https://github.com/install-pinned/build/releases) - [Commits](https://github.com/install-pinned/build/compare/11bbf2deeb1a44228c45910f3b57e346927960b4...8abfe6b59c77f639a26f11c0ce295f9940f7865f) Updates `install-pinned/mypy` from 020b6c0814d9de4c275f3b4f858c2c40b02554fa to 5257e4e0636763f6fb849c6354a2ff13d645d3a9 - [Release notes](https://github.com/install-pinned/mypy/releases) - [Commits](https://github.com/install-pinned/mypy/compare/020b6c0814d9de4c275f3b4f858c2c40b02554fa...5257e4e0636763f6fb849c6354a2ff13d645d3a9) Updates `install-pinned/pdoc` from 6bb5f2d6ed7b3000e20c0271fe520cb31185f760 to 1e3e54521769cb06a10c2c4479c682551d4c9dce - [Release notes](https://github.com/install-pinned/pdoc/releases) - [Commits](https://github.com/install-pinned/pdoc/compare/6bb5f2d6ed7b3000e20c0271fe520cb31185f760...1e3e54521769cb06a10c2c4479c682551d4c9dce) --- updated-dependencies: - dependency-name: install-pinned/maturin-with-zig dependency-type: direct:production dependency-group: 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: 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 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5617e6f..722a0173 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,10 +88,10 @@ jobs: - if: runner.os == 'Linux' name: Install maturin[zig] from PyPI - uses: install-pinned/maturin-with-zig@930de5c8284dfb26f11fd30a35a0df4c15ee4f8b + uses: install-pinned/maturin-with-zig@1c81abaaee669d7c37cd893e1037216ecf5df7e0 - if: runner.os != 'Linux' name: Install maturin from PyPI - uses: install-pinned/maturin@4fd3810fa566280146c1de9a0b166cdf7748155d + uses: install-pinned/maturin@63688f9ac50926e464a1968e2383270d2d18c07c - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') run: python .github/scripts/pin-versions.py @@ -176,7 +176,7 @@ jobs: with: python-version-file: .github/python-version.txt - name: Install build from PyPI - uses: install-pinned/build@11bbf2deeb1a44228c45910f3b57e346927960b4 + uses: install-pinned/build@8abfe6b59c77f639a26f11c0ce295f9940f7865f - run: python -m build --wheel ./mitmproxy-${{ matrix.os }} --outdir target/wheels/ - uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 06006a3c..1fbc1efb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,11 +24,11 @@ jobs: timeout-minutes: 2 continue-on-error: true - name: Install maturin[zig] from PyPI - uses: install-pinned/maturin-with-zig@930de5c8284dfb26f11fd30a35a0df4c15ee4f8b + uses: install-pinned/maturin-with-zig@1c81abaaee669d7c37cd893e1037216ecf5df7e0 - name: Install mypy from PyPI - uses: install-pinned/mypy@020b6c0814d9de4c275f3b4f858c2c40b02554fa + uses: install-pinned/mypy@5257e4e0636763f6fb849c6354a2ff13d645d3a9 - name: Install pdoc from PyPI - uses: install-pinned/pdoc@6bb5f2d6ed7b3000e20c0271fe520cb31185f760 + uses: install-pinned/pdoc@1e3e54521769cb06a10c2c4479c682551d4c9dce - run: maturin build working-directory: ./mitmproxy-rs