We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb2073 commit 165d0b2Copy full SHA for 165d0b2
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
17
# ruff - linting + formatting
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: "v0.8.6"
+ rev: "v0.9.1"
20
hooks:
21
- id: ruff
22
name: ruff
@@ -53,7 +53,7 @@ repos:
53
54
# bandit - find common security issues
55
- repo: https://github.com/pycqa/bandit
56
- rev: 1.8.0
+ rev: 1.8.2
57
58
- id: bandit
59
name: bandit
Dockerfile
@@ -9,7 +9,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
9
10
FROM python-base AS builder-base
11
12
-COPY --from=ghcr.io/astral-sh/uv:0.5.15 /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.5.20 /uv /bin/uv
13
14
WORKDIR $WORKDIR_PATH
15
0 commit comments