Skip to content

Commit 6d75cf8

Browse files
committed
fix: update dependencies
1 parent 55d92e8 commit 6d75cf8

7 files changed

Lines changed: 62 additions & 62 deletions

File tree

.github/workflows/cache-uv-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build-cache:
88
runs-on: ubuntu-latest
99
env:
10-
UV_VERSION: '0.10.2'
10+
UV_VERSION: '0.10.6'
1111
PYTHON_VERSION: '3.13'
1212
steps:
1313
- name: Checkout repository

.github/workflows/docker-build-and-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
tags: ${{ inputs.DOCKER_TAGS }}
4747
- name: Run Trivy vulnerability scanner (remote)
4848
if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') }}
49-
uses: aquasecurity/trivy-action@0.34.0
49+
uses: aquasecurity/trivy-action@0.34.1
5050
with:
5151
image-ref: docker.io/${{ inputs.DOCKER_TAGS }}
5252
format: 'table'

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
permissions:
1010
contents: read
1111
env:
12-
UV_VERSION: '>=0.10.2'
12+
UV_VERSION: '>=0.10.6'
1313
PYTHON_VERSION: '3.13'
1414
steps:
1515
- name: Checkout repository

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
dist_artifacts_name: dist
1616
dist_artifacts_dir: dist
1717
lock_file_artifact: uv.lock
18-
UV_VERSION: '>=0.10.2'
18+
UV_VERSION: '>=0.10.6'
1919
PYTHON_VERSION: '3.13'
2020
GITHUB_ACTIONS_AUTHOR_NAME: github-actions
2121
GITHUB_ACTIONS_AUTHOR_EMAIL: actions@users.noreply.github.com

.github/workflows/ruff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
permissions:
1010
contents: read
1111
env:
12-
UV_VERSION: '>=0.10.2'
12+
UV_VERSION: '>=0.10.6'
1313
PYTHON_VERSION: '3.13'
1414

1515
steps:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ dependencies = [
2424
]
2525

2626
[project.optional-dependencies]
27-
build = ["uv >= 0.10.2"]
27+
build = ["uv >= 0.10.4"]
2828

2929
[build-system]
30-
requires = ["uv_build >= 0.10.2"]
30+
requires = ["uv_build >= 0.10.4"]
3131
build-backend = "uv_build"
3232

3333
[project.scripts]

uv.lock

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

0 commit comments

Comments
 (0)