Skip to content

Commit d1fb14d

Browse files
chore(deps): update all dependencies
1 parent c4feb1e commit d1fb14d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Checkout source code
4444
uses: actions/checkout@v6
4545
- name: Set up Docker Buildx
46-
uses: docker/setup-buildx-action@v3
46+
uses: docker/setup-buildx-action@v4
4747
- name: Build docker image
4848
uses: docker/build-push-action@v6
4949
with:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Checkout source code
4444
uses: actions/checkout@v6
4545
- name: Set up Docker Buildx
46-
uses: docker/setup-buildx-action@v3
46+
uses: docker/setup-buildx-action@v4
4747
- name: Build docker image
4848
uses: docker/build-push-action@v6
4949
with:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616

1717
# ruff - linting + formatting
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.15.1
19+
rev: v0.15.4
2020
hooks:
2121
- id: ruff
2222
name: ruff
@@ -32,7 +32,7 @@ repos:
3232

3333
# bandit - find common security issues
3434
- repo: https://github.com/pycqa/bandit
35-
rev: 1.9.3
35+
rev: 1.9.4
3636
hooks:
3737
- id: bandit
3838
name: bandit

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
99

1010
FROM python-base AS builder-base
1111

12-
COPY --from=ghcr.io/astral-sh/uv:0.10.3 /uv /uvx /bin/
12+
COPY --from=ghcr.io/astral-sh/uv:0.10.8 /uv /uvx /bin/
1313

1414
WORKDIR $WORKDIR_PATH
1515

0 commit comments

Comments
 (0)