Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 5 updates (#195)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 8fa9d4b commit c2db566
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
--prost_out=./src/ipc/
--swift_out=./mitmproxy-macos/redirector/ipc
- run: cargo fmt --all
- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a
- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c

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

- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a
- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@ab13013f30551a87b56c6a9c2bdd7b6287581def
uses: install-pinned/maturin@1a8615ce58832a10e09ae3519d450dfaa0b6a238

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

deploy:
uses: mhils/workflows/.github/workflows/python-deploy.yml@v11
uses: mhils/workflows/.github/workflows/python-deploy.yml@v12
needs: check
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install maturin[zig] from PyPI
uses: install-pinned/maturin-with-zig@4804d730717f28b7565e71e68e5c9fe8c4f9b089
- name: Install mypy from PyPI
uses: install-pinned/mypy@15172e0901cf7045a4181d12138212867fb66389
uses: install-pinned/mypy@e7fbd267da691692d1f587abebff11d9a012c2e5
- name: Install pdoc from PyPI
uses: install-pinned/pdoc@e84522771f760a774c423ce40c9bb9844f843825

Expand Down

0 comments on commit c2db566

Please sign in to comment.