Skip to content

Commit cabe38b

Browse files
Merge pull request #1740 from gooddata/snapshot-master-5b04a0ab-to-rel/dev
[bot] Merge master/5b04a0ab into rel/dev
2 parents 7851990 + 5b04a0a commit cabe38b

5 files changed

Lines changed: 30 additions & 27 deletions

File tree

.github/workflows/staging-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
uses: astral-sh/setup-uv@v7
5454
with:
5555
python-version: '3.14'
56+
# self-hosted runners are ephemeral and the default 'auto' only caches
57+
# on GitHub-hosted runners, so enable the cache explicitly
58+
enable-cache: true
5659

5760
- name: Install dependencies
5861
run: uv sync --group test --locked

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ repos:
3535
hooks:
3636
- id: gitlint
3737
- repo: https://github.com/astral-sh/uv-pre-commit
38-
rev: 0.11.0
38+
rev: 0.12.5
3939
hooks:
4040
- id: uv-lock

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# (C) 2021 GoodData Corporation
22
ARG PY_TAG
3-
FROM ghcr.io/astral-sh/uv:0.11 AS uv
3+
FROM ghcr.io/astral-sh/uv:0.12 AS uv
44
FROM python:${PY_TAG}
55

66
ARG PY_TAG

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
]
1919

2020
[tool.uv]
21-
required-version = "~=0.11.0"
21+
required-version = "~=0.12.0"
2222

2323
[tool.uv.sources]
2424
gooddata-sdk = { workspace = true }
@@ -82,7 +82,7 @@ tox = [
8282
# uv.lock. Without this bound the resolver picks the newest uv, whose console script
8383
# then shadows the pinned binary in the image and trips required-version at runtime.
8484
# Keep in sync with [tool.uv] required-version above.
85-
"uv~=0.11.0",
85+
"uv~=0.12.0",
8686
]
8787

8888
[tool.ruff]

uv.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)