File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ inputs:
1919runs :
2020 using : " composite"
2121 steps :
22- - uses : docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v4.3 .0
22+ - uses : docker/setup-qemu-action@99012661954931238ded8c8b007157a8430204e1 # v4.4 .0
2323 if : inputs.enable-qemu == 'true'
24- - uses : docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
24+ - uses : docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1
2525 - uses : docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
2626 with :
2727 username : ${{ inputs.dockerhub-username }}
Original file line number Diff line number Diff line change 3535 dockerhub-token : ${{ secrets.DOCKERHUB_TOKEN }}
3636
3737 - name : Build & Push Stable Docker
38- uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
38+ uses : docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4 .0
3939 with :
4040 push : true
4141 platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ jobs:
260260 dockerhub-token : ${{ secrets.DOCKERHUB_TOKEN }}
261261
262262 - name : Build and push Docker preview
263- uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
263+ uses : docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4 .0
264264 with :
265265 # Build from the checked-out workspace, not the default Git context. The
266266 # wheel is only present here as a downloaded artifact, and this also keeps
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 if : |
111111 steps.verify_package.outputs.success == 'true' &&
112112 steps.docker_check.outputs.docker_exists != 'true'
113- uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
113+ uses : docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4 .0
114114 env :
115115 VERSION : ${{ env.VERSION }}
116116 with :
Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
3- " hatchling==1.32.0 "
3+ " hatchling==1.32.3 "
44]
55build-backend = " hatchling.build"
66
@@ -47,11 +47,11 @@ test = [
4747 " pytest-watch==4.2.0"
4848]
4949dev = [
50- " ruff==0.16.7 " ,
50+ " ruff==0.16.8 " ,
5151 " twine==7.0.0" , # for building
5252 " uv==0.12.15" , # for dependency management
5353 " pre-commit==4.6.2" ,
54- " hatch==1.18.0 "
54+ " hatch==1.18.1 "
5555]
5656
5757[project .scripts ]
You can’t perform that action at this time.
0 commit comments