Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 5 updates (#124)
Browse files Browse the repository at this point in the history
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](install-pinned/maturin-with-zig@930de5c...1c81aba)

Updates `install-pinned/maturin` from 4fd3810fa566280146c1de9a0b166cdf7748155d to 63688f9ac50926e464a1968e2383270d2d18c07c
- [Release notes](https://github.com/install-pinned/maturin/releases)
- [Commits](install-pinned/maturin@4fd3810...63688f9)

Updates `install-pinned/build` from 11bbf2deeb1a44228c45910f3b57e346927960b4 to 8abfe6b59c77f639a26f11c0ce295f9940f7865f
- [Release notes](https://github.com/install-pinned/build/releases)
- [Commits](install-pinned/build@11bbf2d...8abfe6b)

Updates `install-pinned/mypy` from 020b6c0814d9de4c275f3b4f858c2c40b02554fa to 5257e4e0636763f6fb849c6354a2ff13d645d3a9
- [Release notes](https://github.com/install-pinned/mypy/releases)
- [Commits](install-pinned/mypy@020b6c0...5257e4e)

Updates `install-pinned/pdoc` from 6bb5f2d6ed7b3000e20c0271fe520cb31185f760 to 1e3e54521769cb06a10c2c4479c682551d4c9dce
- [Release notes](https://github.com/install-pinned/pdoc/releases)
- [Commits](install-pinned/pdoc@6bb5f2d...1e3e545)

---
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2023
1 parent 1773549 commit 613b631
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 613b631

Please sign in to comment.