Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 6 updates (#190)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) | `2.7.3` | `2.7.5` |
| [install-pinned/maturin](https://github.com/install-pinned/maturin) | `6f1db1ad43a0c7eac558f10b81c967da256f1e19` | `ab13013f30551a87b56c6a9c2bdd7b6287581def` |
| [install-pinned/build](https://github.com/install-pinned/build) | `aa7fb973fec4a5593736c5dc25b322120ca41a98` | `fd74312bf8fa4a8e5db75511358065e3d99b17b0` |
| [mhils/workflows](https://github.com/mhils/workflows) | `10` | `11` |
| [install-pinned/mypy](https://github.com/install-pinned/mypy) | `2b552bed479e3f7065314667b670f7303619e989` | `15172e0901cf7045a4181d12138212867fb66389` |
| [install-pinned/pdoc](https://github.com/install-pinned/pdoc) | `fd9469ecb06f32b7012e07e449ce98b217bf1189` | `e84522771f760a774c423ce40c9bb9844f843825` |


Updates `Swatinem/rust-cache` from 2.7.3 to 2.7.5
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@23bce25...82a92a6)

Updates `install-pinned/maturin` from 6f1db1ad43a0c7eac558f10b81c967da256f1e19 to ab13013f30551a87b56c6a9c2bdd7b6287581def
- [Release notes](https://github.com/install-pinned/maturin/releases)
- [Commits](install-pinned/maturin@6f1db1a...ab13013)

Updates `install-pinned/build` from aa7fb973fec4a5593736c5dc25b322120ca41a98 to fd74312bf8fa4a8e5db75511358065e3d99b17b0
- [Release notes](https://github.com/install-pinned/build/releases)
- [Commits](install-pinned/build@aa7fb97...fd74312)

Updates `mhils/workflows` from 10 to 11
- [Release notes](https://github.com/mhils/workflows/releases)
- [Commits](mhils/workflows@v10...v11)

Updates `install-pinned/mypy` from 2b552bed479e3f7065314667b670f7303619e989 to 15172e0901cf7045a4181d12138212867fb66389
- [Release notes](https://github.com/install-pinned/mypy/releases)
- [Commits](install-pinned/mypy@2b552be...15172e0)

Updates `install-pinned/pdoc` from fd9469ecb06f32b7012e07e449ce98b217bf1189 to e84522771f760a774c423ce40c9bb9844f843825
- [Release notes](https://github.com/install-pinned/pdoc/releases)
- [Commits](install-pinned/pdoc@fd9469e...e845227)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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
- dependency-name: install-pinned/pdoc
  dependency-type: direct:production
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 03a5c9a commit 2019631
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- run: rustup toolchain install ${{ env.rust_clippy }} --profile minimal --component rustfmt --component clippy
- run: rustup default ${{ env.rust_clippy }}
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
timeout-minutes: 2
continue-on-error: true
# PyO3 wants recent Python on Windows.
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Rust toolchain
run: rustup toolchain install ${{ matrix.rust }} --profile minimal
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
timeout-minutes: 2
continue-on-error: true
# PyO3 wants recent Python on Windows.
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- if: matrix.target
run: rustup target add ${{ matrix.target }}
- run: rustup show
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
timeout-minutes: 2
continue-on-error: true
- uses: actions/setup-python@v5
Expand All @@ -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@6f1db1ad43a0c7eac558f10b81c967da256f1e19
uses: install-pinned/maturin@ab13013f30551a87b56c6a9c2bdd7b6287581def

- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
run: python .github/scripts/pin-versions.py
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
- uses: actions/checkout@v4

# Build Rust
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
timeout-minutes: 2
continue-on-error: true
- run: rustup toolchain install stable --profile minimal
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@aa7fb973fec4a5593736c5dc25b322120ca41a98
uses: install-pinned/build@fd74312bf8fa4a8e5db75511358065e3d99b17b0
- 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@v10
uses: mhils/workflows/.github/workflows/python-deploy.yml@v11
needs: check
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
timeout-minutes: 2
continue-on-error: true
- name: Install maturin[zig] from PyPI
uses: install-pinned/maturin-with-zig@4804d730717f28b7565e71e68e5c9fe8c4f9b089
- name: Install mypy from PyPI
uses: install-pinned/mypy@2b552bed479e3f7065314667b670f7303619e989
uses: install-pinned/mypy@15172e0901cf7045a4181d12138212867fb66389
- name: Install pdoc from PyPI
uses: install-pinned/pdoc@fd9469ecb06f32b7012e07e449ce98b217bf1189
uses: install-pinned/pdoc@e84522771f760a774c423ce40c9bb9844f843825

- run: maturin build
working-directory: ./mitmproxy-rs
Expand Down

0 comments on commit 2019631

Please sign in to comment.