We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c677bf + f4d3399 commit 4802db0Copy full SHA for 4802db0
.pre-commit-config.yaml
@@ -35,6 +35,6 @@ repos:
35
hooks:
36
- id: gitlint
37
- repo: https://github.com/astral-sh/uv-pre-commit
38
- rev: 0.10.0
+ rev: 0.11.0
39
40
- id: uv-lock
Dockerfile
@@ -1,6 +1,6 @@
1
# (C) 2021 GoodData Corporation
2
ARG PY_TAG
3
-FROM ghcr.io/astral-sh/uv:0.10 AS uv
+FROM ghcr.io/astral-sh/uv:0.11 AS uv
4
FROM python:${PY_TAG}
5
6
pyproject.toml
@@ -17,7 +17,7 @@ dependencies = [
17
]
18
19
[tool.uv]
20
-required-version = "~=0.10.0"
+required-version = "~=0.11.0"
21
22
[tool.uv.sources]
23
gooddata-sdk = { workspace = true }
0 commit comments