Skip to content

Commit 4802db0

Browse files
Merge pull request #1483 from gooddata/snapshot-master-f4d3399d-to-rel/dev
[bot] Merge master/f4d3399d into rel/dev
2 parents 2c677bf + f4d3399 commit 4802db0

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)