We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50a93d commit 9d376d0Copy full SHA for 9d376d0
.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.9.10"
+ rev: "v0.11.5"
20
hooks:
21
- id: ruff
22
name: ruff
.python-version
@@ -1 +1 @@
1
-3.13.2
+3.13.3
Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.13.2-slim-bookworm AS python-base
+FROM python:3.13.3-slim-bookworm AS python-base
2
3
ENV PYTHONUNBUFFERED=1 \
4
PYTHONDONTWRITEBYTECODE=1 \
@@ -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.6.5 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.6.14 /uv /uvx /bin/
13
14
WORKDIR $WORKDIR_PATH
15
0 commit comments