Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
with:
persist-credentials: false
- name: Install uv
uses: astral-sh/[email protected].2
uses: astral-sh/[email protected].3
id: setup-uv
with:
# renovate: datasource=pypi dependency=uv
version: "0.8.2"
version: "0.8.24"
- name: Install pre-commit
run: |
uv sync --locked --only-dev
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
- id: validate-pyproject

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.8.2
rev: 0.8.24
hooks:
- id: uv-lock

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TODO: update Python version with Renovate somehow
FROM ghcr.io/astral-sh/uv:0.8.2-python3.13-alpine AS dependencies
FROM ghcr.io/astral-sh/uv:0.8.24-python3.13-alpine AS dependencies

COPY --from=ghcr.io/astral-sh/uv:0.8.2 /uv /uvx /bin/
COPY --from=ghcr.io/astral-sh/uv:0.8.24 /uv /uvx /bin/

RUN apk add --no-cache git

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "personal-website"
version = "0.1.0"
description = "Matthias Schoettle's personal website"
readme = "README.md"
requires-python = "==3.13.5"
requires-python = "==3.13.9"
dependencies = [
"markdown-callouts==0.4.0",
"mkdocs-git-revision-date-localized-plugin==1.4.7",
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.