Skip to content

Commit

Permalink
build(deps): bump the dependencies group across 1 directory with 4 up…
Browse files Browse the repository at this point in the history
…dates (#173)

Bumps the dependencies group with 4 updates in the / directory: [install-pinned/build](https://github.com/install-pinned/build), [mhils/workflows](https://github.com/mhils/workflows), [install-pinned/mypy](https://github.com/install-pinned/mypy) and [install-pinned/pdoc](https://github.com/install-pinned/pdoc).


Updates `install-pinned/build` from c338f60f1b806f43de717d240cc5bb43e224d698 to 67851131466f5b68a159307abd07e57680a9b4fb
- [Release notes](https://github.com/install-pinned/build/releases)
- [Commits](install-pinned/build@c338f60...6785113)

Updates `mhils/workflows` from 8 to 9
- [Release notes](https://github.com/mhils/workflows/releases)
- [Commits](mhils/workflows@v8...v9)

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

Updates `install-pinned/pdoc` from d628d5ad9584eabc2dd01c7466a4e995d8228574 to 183dbb3f880d8b80cf533186fbcbf4449a3c8bff
- [Release notes](https://github.com/install-pinned/pdoc/releases)
- [Commits](install-pinned/pdoc@d628d5a...183dbb3)

---
updated-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] committed Sep 1, 2024
1 parent ea7123d commit aa00aef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
with:
python-version-file: .github/python-version.txt
- name: Install build from PyPI
uses: install-pinned/build@c338f60f1b806f43de717d240cc5bb43e224d698
uses: install-pinned/build@67851131466f5b68a159307abd07e57680a9b4fb
- 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@v8
uses: mhils/workflows/.github/workflows/python-deploy.yml@v9
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@52365a71b7d64ebed3db400b67077d3e91a769b4
uses: install-pinned/mypy@2b552bed479e3f7065314667b670f7303619e989
- name: Install pdoc from PyPI
uses: install-pinned/pdoc@d628d5ad9584eabc2dd01c7466a4e995d8228574
uses: install-pinned/pdoc@183dbb3f880d8b80cf533186fbcbf4449a3c8bff

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

0 comments on commit aa00aef

Please sign in to comment.