Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [install-pinned/maturin](https://github.com/install-pinned/maturin) | `1a8615ce58832a10e09ae3519d450dfaa0b6a238` | `c8c3a8f7f2b2ecf1728c96824734c6c6afe7e3e8` |
| [install-pinned/build](https://github.com/install-pinned/build) | `4a00f0c34793eaed8ab450ae66113382fbc86a52` | `67059894d5ef2398af490c98fa8af8542d7b7008` |
| [mhils/workflows](https://github.com/mhils/workflows) | `12` | `13` |
| [install-pinned/mypy](https://github.com/install-pinned/mypy) | `e7fbd267da691692d1f587abebff11d9a012c2e5` | `acfb567eb55a86c12a58ca1d28cd3e183e6a6d63` |
| [install-pinned/pdoc](https://github.com/install-pinned/pdoc) | `e84522771f760a774c423ce40c9bb9844f843825` | `2e3e48c4027dad61fb97866e009e1e6b7da38209` |


Updates `install-pinned/maturin` from 1a8615ce58832a10e09ae3519d450dfaa0b6a238 to c8c3a8f7f2b2ecf1728c96824734c6c6afe7e3e8
- [Release notes](https://github.com/install-pinned/maturin/releases)
- [Commits](install-pinned/maturin@1a8615c...c8c3a8f)

Updates `install-pinned/build` from 4a00f0c34793eaed8ab450ae66113382fbc86a52 to 67059894d5ef2398af490c98fa8af8542d7b7008
- [Release notes](https://github.com/install-pinned/build/releases)
- [Commits](install-pinned/build@4a00f0c...6705989)

Updates `mhils/workflows` from 12 to 13
- [Release notes](https://github.com/mhils/workflows/releases)
- [Commits](mhils/workflows@v12...v13)

Updates `install-pinned/mypy` from e7fbd267da691692d1f587abebff11d9a012c2e5 to acfb567eb55a86c12a58ca1d28cd3e183e6a6d63
- [Release notes](https://github.com/install-pinned/mypy/releases)
- [Commits](install-pinned/mypy@e7fbd26...acfb567)

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

---
updated-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 Dec 11, 2024
1 parent d88d08c commit a17df6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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@1a8615ce58832a10e09ae3519d450dfaa0b6a238
uses: install-pinned/maturin@c8c3a8f7f2b2ecf1728c96824734c6c6afe7e3e8

- 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@4a00f0c34793eaed8ab450ae66113382fbc86a52
uses: install-pinned/build@67059894d5ef2398af490c98fa8af8542d7b7008
- 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@v12
uses: mhils/workflows/.github/workflows/python-deploy.yml@v13
needs: check
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Install maturin[zig] from PyPI
uses: install-pinned/maturin-with-zig@4804d730717f28b7565e71e68e5c9fe8c4f9b089
- name: Install mypy from PyPI
uses: install-pinned/mypy@e7fbd267da691692d1f587abebff11d9a012c2e5
uses: install-pinned/mypy@acfb567eb55a86c12a58ca1d28cd3e183e6a6d63
- name: Install pdoc from PyPI
uses: install-pinned/pdoc@e84522771f760a774c423ce40c9bb9844f843825
uses: install-pinned/pdoc@2e3e48c4027dad61fb97866e009e1e6b7da38209

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

0 comments on commit a17df6e

Please sign in to comment.