Skip to content

Commit

Permalink
Bump the dependencies group with 6 updates (#44)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [install-pinned/build](https://github.com/install-pinned/build) | `4a00f0c34793eaed8ab450ae66113382fbc86a52` | `67059894d5ef2398af490c98fa8af8542d7b7008` |
| [install-pinned/wheel](https://github.com/install-pinned/wheel) | `c926bd4c553fa4bf7d957d60abf42b3104129128` | `d31c1289d9269aea14052b99591d5b1f7a43daad` |
| [install-pinned/setuptools](https://github.com/install-pinned/setuptools) | `c80120ae1a6d43b1ee21b196978194ac7f2bdfb3` | `a14805a1fb353a1505310c1e59780f3ed7198ccf` |
| [install-pinned/pdm-backend](https://github.com/install-pinned/pdm-backend) | `3078edff141fe014366e464ee464e422e55fb7ca` | `0e149f3716a7c455214e95f6901972bfc1f4846d` |
| [install-pinned/twine](https://github.com/install-pinned/twine) | `8c1a0ab163ca35029c23d800747b537382f69fd2` | `6aec23fc537538d8e480e593660afa49a377c224` |
| [install-pinned/tox](https://github.com/install-pinned/tox) | `249303607b2d0a88a0e7377bde830ec495e4259f` | `7b6014c02f0677932a85198efec3c1c9fe4c6541` |


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

Updates `install-pinned/wheel` from c926bd4c553fa4bf7d957d60abf42b3104129128 to d31c1289d9269aea14052b99591d5b1f7a43daad
- [Release notes](https://github.com/install-pinned/wheel/releases)
- [Commits](install-pinned/wheel@c926bd4...d31c128)

Updates `install-pinned/setuptools` from c80120ae1a6d43b1ee21b196978194ac7f2bdfb3 to a14805a1fb353a1505310c1e59780f3ed7198ccf
- [Release notes](https://github.com/install-pinned/setuptools/releases)
- [Commits](install-pinned/setuptools@c80120a...a14805a)

Updates `install-pinned/pdm-backend` from 3078edff141fe014366e464ee464e422e55fb7ca to 0e149f3716a7c455214e95f6901972bfc1f4846d
- [Release notes](https://github.com/install-pinned/pdm-backend/releases)
- [Commits](install-pinned/pdm-backend@3078edf...0e149f3)

Updates `install-pinned/twine` from 8c1a0ab163ca35029c23d800747b537382f69fd2 to 6aec23fc537538d8e480e593660afa49a377c224
- [Release notes](https://github.com/install-pinned/twine/releases)
- [Commits](install-pinned/twine@8c1a0ab...6aec23f)

Updates `install-pinned/tox` from 249303607b2d0a88a0e7377bde830ec495e4259f to 7b6014c02f0677932a85198efec3c1c9fe4c6541
- [Release notes](https://github.com/install-pinned/tox/releases)
- [Commits](install-pinned/tox@2493036...7b6014c)

---
updated-dependencies:
- dependency-name: install-pinned/build
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: install-pinned/wheel
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: install-pinned/setuptools
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: install-pinned/pdm-backend
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: install-pinned/twine
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: install-pinned/tox
  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 11, 2024
1 parent 6a770e8 commit d985b1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ jobs:

# install all build dependencies
- name: Install build from PyPI
uses: install-pinned/build@4a00f0c34793eaed8ab450ae66113382fbc86a52 # 0.10.0
uses: install-pinned/build@67059894d5ef2398af490c98fa8af8542d7b7008 # 0.10.0
- name: Install wheel from PyPI
uses: install-pinned/wheel@c926bd4c553fa4bf7d957d60abf42b3104129128 # 0.38.4
uses: install-pinned/wheel@d31c1289d9269aea14052b99591d5b1f7a43daad # 0.38.4

- name: Install setuptools from PyPI
if: inputs.build-backend == 'setuptools'
uses: install-pinned/setuptools@c80120ae1a6d43b1ee21b196978194ac7f2bdfb3 # 67.3.2
uses: install-pinned/setuptools@a14805a1fb353a1505310c1e59780f3ed7198ccf # 67.3.2
- name: Install pdm-backend from PyPI
if: inputs.build-backend == 'pdm-backend'
uses: install-pinned/pdm-backend@3078edff141fe014366e464ee464e422e55fb7ca # 2.1.7
uses: install-pinned/pdm-backend@0e149f3716a7c455214e95f6901972bfc1f4846d # 2.1.7

# build wheel without network connection where possible
- if: (runner.os == 'Linux' && inputs.build-offline)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install twine from PyPI
uses: install-pinned/twine@8c1a0ab163ca35029c23d800747b537382f69fd2 # 5.0.0
uses: install-pinned/twine@6aec23fc537538d8e480e593660afa49a377c224 # 5.0.0
- uses: actions/download-artifact@v4
with:
name: ${{ inputs.artifact-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
python-version-file: ${{ inputs.python-version-file || (inputs.python-version == '' && hashFiles('.github/python-version.txt') != '' && '.github/python-version.txt') || '' }}

- name: Install tox from PyPI
uses: install-pinned/tox@249303607b2d0a88a0e7377bde830ec495e4259f # 4.4.5
uses: install-pinned/tox@7b6014c02f0677932a85198efec3c1c9fe4c6541 # 4.4.5

- run: ${{ inputs.cmd }}

0 comments on commit d985b1a

Please sign in to comment.