From 5aedb571a4d2f2717fe2ba49328c47819014f0c2 Mon Sep 17 00:00:00 2001 From: Nikolas Pikall Date: Tue, 9 Dec 2025 00:28:34 +0100 Subject: [PATCH 1/2] docs: update uv version update uv version, such that a copy-to-clipboard is not 4 minor versions behind --- docs/guides/integration/gitlab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/integration/gitlab.md b/docs/guides/integration/gitlab.md index 0a407339432eb..581cb9d2b5c82 100644 --- a/docs/guides/integration/gitlab.md +++ b/docs/guides/integration/gitlab.md @@ -13,7 +13,7 @@ Select a variant that is suitable for your workflow. ```yaml title="gitlab-ci.yml" variables: - UV_VERSION: "0.5" + UV_VERSION: "0.9" PYTHON_VERSION: "3.12" BASE_LAYER: bookworm-slim # GitLab CI creates a separate mountpoint for the build directory, From 8e8d5d8fd009be9dea1c503a6dba4ff455c1ce05 Mon Sep 17 00:00:00 2001 From: Nikolas Pikall Date: Tue, 9 Dec 2025 09:19:12 +0100 Subject: [PATCH 2/2] ci: added 'gitlab.md' to rooster version_files --- docs/guides/integration/gitlab.md | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guides/integration/gitlab.md b/docs/guides/integration/gitlab.md index 581cb9d2b5c82..b1b83c278c024 100644 --- a/docs/guides/integration/gitlab.md +++ b/docs/guides/integration/gitlab.md @@ -13,7 +13,7 @@ Select a variant that is suitable for your workflow. ```yaml title="gitlab-ci.yml" variables: - UV_VERSION: "0.9" + UV_VERSION: "0.9.16" PYTHON_VERSION: "3.12" BASE_LAYER: bookworm-slim # GitLab CI creates a separate mountpoint for the build directory, diff --git a/pyproject.toml b/pyproject.toml index 204ee4ff42808..9603c9dd5cc77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,6 +72,7 @@ version_files = [ "docs/guides/integration/docker.md", "docs/guides/integration/pre-commit.md", "docs/guides/integration/github.md", + "docs/guides/integration/gitlab.md", "docs/guides/integration/aws-lambda.md", "docs/concepts/build-backend.md", "docs/concepts/projects/init.md",