Skip to content

Commit fa1883c

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

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ 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
48-
uses: docker/build-push-action@v6
48+
uses: docker/build-push-action@v7
4949
with:
5050
context: .
5151
push: false

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ 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
48-
uses: docker/build-push-action@v6
48+
uses: docker/build-push-action@v7
4949
with:
5050
context: .
5151
push: false

.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.7
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.12 /uv /uvx /bin/
1313

1414
WORKDIR $WORKDIR_PATH
1515

0 commit comments

Comments
 (0)