Skip to content

Commit c2db566

Browse files
build(deps): bump the dependencies group with 5 updates (#195)
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [autofix-ci/action](https://github.com/autofix-ci/action) | `dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a` | `ff86a557419858bb967097bfc916833f5647fa8c` | | [install-pinned/maturin](https://github.com/install-pinned/maturin) | `ab13013f30551a87b56c6a9c2bdd7b6287581def` | `1a8615ce58832a10e09ae3519d450dfaa0b6a238` | | [install-pinned/build](https://github.com/install-pinned/build) | `fd74312bf8fa4a8e5db75511358065e3d99b17b0` | `4a00f0c34793eaed8ab450ae66113382fbc86a52` | | [mhils/workflows](https://github.com/mhils/workflows) | `11` | `12` | | [install-pinned/mypy](https://github.com/install-pinned/mypy) | `15172e0901cf7045a4181d12138212867fb66389` | `e7fbd267da691692d1f587abebff11d9a012c2e5` | Updates `autofix-ci/action` from dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a to ff86a557419858bb967097bfc916833f5647fa8c - [Release notes](https://github.com/autofix-ci/action/releases) - [Commits](autofix-ci/action@dd55f44...ff86a55) Updates `install-pinned/maturin` from ab13013f30551a87b56c6a9c2bdd7b6287581def to 1a8615ce58832a10e09ae3519d450dfaa0b6a238 - [Release notes](https://github.com/install-pinned/maturin/releases) - [Commits](install-pinned/maturin@ab13013...1a8615c) Updates `install-pinned/build` from fd74312bf8fa4a8e5db75511358065e3d99b17b0 to 4a00f0c34793eaed8ab450ae66113382fbc86a52 - [Release notes](https://github.com/install-pinned/build/releases) - [Commits](install-pinned/build@fd74312...4a00f0c) Updates `mhils/workflows` from 11 to 12 - [Release notes](https://github.com/mhils/workflows/releases) - [Commits](mhils/workflows@v11...v12) Updates `install-pinned/mypy` from 15172e0901cf7045a4181d12138212867fb66389 to e7fbd267da691692d1f587abebff11d9a012c2e5 - [Release notes](https://github.com/install-pinned/mypy/releases) - [Commits](install-pinned/mypy@15172e0...e7fbd26) --- updated-dependencies: - dependency-name: autofix-ci/action 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: 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8fa9d4b commit c2db566

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/autofix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
--prost_out=./src/ipc/
2525
--swift_out=./mitmproxy-macos/redirector/ipc
2626
- run: cargo fmt --all
27-
- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a
27+
- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c
2828

2929
rustfmt:
3030
runs-on: ${{ matrix.os }}
@@ -50,4 +50,4 @@ jobs:
5050
- run: cargo fmt --all
5151
- run: git checkout src/ipc/mitmproxy_ipc.rs
5252

53-
- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a
53+
- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: install-pinned/maturin-with-zig@4804d730717f28b7565e71e68e5c9fe8c4f9b089
9696
- if: runner.os != 'Linux'
9797
name: Install maturin from PyPI
98-
uses: install-pinned/maturin@ab13013f30551a87b56c6a9c2bdd7b6287581def
98+
uses: install-pinned/maturin@1a8615ce58832a10e09ae3519d450dfaa0b6a238
9999

100100
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
101101
run: python .github/scripts/pin-versions.py
@@ -180,7 +180,7 @@ jobs:
180180
with:
181181
python-version-file: .github/python-version.txt
182182
- name: Install build from PyPI
183-
uses: install-pinned/build@fd74312bf8fa4a8e5db75511358065e3d99b17b0
183+
uses: install-pinned/build@4a00f0c34793eaed8ab450ae66113382fbc86a52
184184
- run: python -m build --wheel ./mitmproxy-${{ matrix.os }} --outdir target/wheels/
185185
- uses: actions/upload-artifact@v4
186186
with:
@@ -198,7 +198,7 @@ jobs:
198198
jobs: ${{ toJSON(needs) }}
199199

200200
deploy:
201-
uses: mhils/workflows/.github/workflows/python-deploy.yml@v11
201+
uses: mhils/workflows/.github/workflows/python-deploy.yml@v12
202202
needs: check
203203
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
204204
with:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install maturin[zig] from PyPI
2727
uses: install-pinned/maturin-with-zig@4804d730717f28b7565e71e68e5c9fe8c4f9b089
2828
- name: Install mypy from PyPI
29-
uses: install-pinned/mypy@15172e0901cf7045a4181d12138212867fb66389
29+
uses: install-pinned/mypy@e7fbd267da691692d1f587abebff11d9a012c2e5
3030
- name: Install pdoc from PyPI
3131
uses: install-pinned/pdoc@e84522771f760a774c423ce40c9bb9844f843825
3232

0 commit comments

Comments
 (0)