Skip to content

Commit 9d376d0

Browse files
chore(deps): update all dependencies
1 parent a50a93d commit 9d376d0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

+1-1
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.9.10"
19+
rev: "v0.11.5"
2020
hooks:
2121
- id: ruff
2222
name: ruff

.python-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13.2
1+
3.13.3

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.2-slim-bookworm AS python-base
1+
FROM python:3.13.3-slim-bookworm AS python-base
22

33
ENV PYTHONUNBUFFERED=1 \
44
PYTHONDONTWRITEBYTECODE=1 \
@@ -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.6.5 /uv /uvx /bin/
12+
COPY --from=ghcr.io/astral-sh/uv:0.6.14 /uv /uvx /bin/
1313

1414
WORKDIR $WORKDIR_PATH
1515

0 commit comments

Comments
 (0)