Skip to content

Commit 3a753bc

Browse files
authored
Merge branch 'main' into coana-15.10.55
2 parents 3d31cde + df7c21a commit 3a753bc

6 files changed

Lines changed: 42 additions & 42 deletions

File tree

‎.github/actions/setup-docker/action.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ inputs:
1919
runs:
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 }}

‎.github/workflows/docker-stable.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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

‎.github/workflows/pr-preview.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

‎pyproject.toml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"hatchling==1.32.0"
3+
"hatchling==1.32.3"
44
]
55
build-backend = "hatchling.build"
66

@@ -47,11 +47,11 @@ test = [
4747
"pytest-watch==4.2.0"
4848
]
4949
dev = [
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]

‎uv.lock‎

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)