Skip to content

Bump the dependencies group with 2 updates #818

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: mhils/workflows/checkout@b71b699e73564a34763a256b9efc8139a5d1c3fd
- uses: mhils/workflows/setup-python@b71b699e73564a34763a256b9efc8139a5d1c3fd
- uses: mhils/workflows/setup-uv@b71b699e73564a34763a256b9efc8139a5d1c3fd
- uses: mhils/workflows/checkout@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
- uses: mhils/workflows/setup-python@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
- uses: mhils/workflows/setup-uv@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b

- run: uv lock

Expand All @@ -26,4 +26,4 @@ jobs:

- uses: mhils/add-pr-ref-in-changelog@6df8cd5a0c4d0a8c0353b663153d4a36384054f4

- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: mhils/workflows/checkout@b71b699e73564a34763a256b9efc8139a5d1c3fd
- uses: mhils/workflows/setup-python@b71b699e73564a34763a256b9efc8139a5d1c3fd
- uses: mhils/workflows/setup-uv@b71b699e73564a34763a256b9efc8139a5d1c3fd
- uses: mhils/workflows/checkout@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
- uses: mhils/workflows/setup-python@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
- uses: mhils/workflows/setup-uv@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
- run: uv run tox -e lint

old-dependencies:
runs-on: ubuntu-latest
steps:
- uses: mhils/workflows/checkout@b71b699e73564a34763a256b9efc8139a5d1c3fd
- uses: mhils/workflows/setup-python@b71b699e73564a34763a256b9efc8139a5d1c3fd
- uses: mhils/workflows/setup-uv@b71b699e73564a34763a256b9efc8139a5d1c3fd
- uses: mhils/workflows/checkout@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
- uses: mhils/workflows/setup-python@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
- uses: mhils/workflows/setup-uv@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
- run: uv run tox -e old-dependencies

test:
Expand All @@ -55,12 +55,12 @@ jobs:
py: 3.9.18
runs-on: ${{ matrix.os }}
steps:
- uses: mhils/workflows/checkout@b71b699e73564a34763a256b9efc8139a5d1c3fd
- uses: mhils/workflows/setup-uv@b71b699e73564a34763a256b9efc8139a5d1c3fd
- uses: mhils/workflows/checkout@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
- uses: mhils/workflows/setup-uv@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
- run: uv run --python ${{ matrix.py }} tox -e py -- -vvv ${{ matrix.args }}

build:
uses: mhils/workflows/.github/workflows/python-build.yml@b71b699e73564a34763a256b9efc8139a5d1c3fd
uses: mhils/workflows/.github/workflows/python-build.yml@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
permissions:
contents: read
id-token: write
Expand Down Expand Up @@ -90,13 +90,13 @@ jobs:
- test
- build
- attest
uses: mhils/workflows/.github/workflows/alls-green.yml@b71b699e73564a34763a256b9efc8139a5d1c3fd
uses: mhils/workflows/.github/workflows/alls-green.yml@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
with:
jobs: ${{ toJSON(needs) }}
allowed-skips: '["attest"]'

deploy:
uses: mhils/workflows/.github/workflows/python-deploy.yml@b71b699e73564a34763a256b9efc8139a5d1c3fd
uses: mhils/workflows/.github/workflows/python-deploy.yml@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
with:
artifact-name: wheels
needs: check
Expand Down