Skip to content

Commit f4d3399

Browse files
authored
Merge pull request #1482 from gooddata/chore/bump-uv-0.11
chore: bump uv to 0.11
2 parents 4303cb0 + d34df40 commit f4d3399

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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.10.0
38+
rev: 0.11.0
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.10 AS uv
3+
FROM ghcr.io/astral-sh/uv:0.11 AS uv
44
FROM python:${PY_TAG}
55

66
ARG PY_TAG

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
]
1818

1919
[tool.uv]
20-
required-version = "~=0.10.0"
20+
required-version = "~=0.11.0"
2121

2222
[tool.uv.sources]
2323
gooddata-sdk = { workspace = true }

0 commit comments

Comments
 (0)