Skip to content

Commit 2f32652

Browse files
authored
Merge pull request #5811 from dev-hato/fix-uv-version-dependabot/docker/astral-sh/uv-0.8.19-python3.13-bookworm-slim
uvのバージョンを直してあげたよ! #5810
2 parents 6ab06e6 + 042a6df commit 2f32652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dev = [
4242
]
4343

4444
[tool.uv]
45-
required-version = "0.8.18"
45+
required-version = "0.8.19"
4646
[[tool.uv.index]]
4747
name = "pypi"
4848
url = "https://pypi.org/simple"

0 commit comments

Comments
 (0)