Skip to content

Commit ea54ae6

Browse files
chore(deps): update all dependencies
1 parent edb2073 commit ea54ae6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+2-2
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.8.6"
19+
rev: "v0.9.2"
2020
hooks:
2121
- id: ruff
2222
name: ruff
@@ -53,7 +53,7 @@ repos:
5353

5454
# bandit - find common security issues
5555
- repo: https://github.com/pycqa/bandit
56-
rev: 1.8.0
56+
rev: 1.8.2
5757
hooks:
5858
- id: bandit
5959
name: bandit

Dockerfile

+1-1
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.5.15 /uv /bin/uv
12+
COPY --from=ghcr.io/astral-sh/uv:0.5.20 /uv /bin/uv
1313

1414
WORKDIR $WORKDIR_PATH
1515

0 commit comments

Comments
 (0)