Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.6.5 #4943

Merged
merged 3 commits into from
Mar 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/astral-sh/uv:0.6.4-python3.13-bookworm-slim@sha256:ad334c4bf30258685a25eded858128b90cb793322fdaa54c13aebc60821df932 AS base
FROM ghcr.io/astral-sh/uv:0.6.5-python3.13-bookworm-slim@sha256:ccfaa892c7ce33e8fb38056118a952a53d9cf140d632ff5c44e2a4db7bb77c4b AS base

# バージョン情報に表示する commit hash を埋め込む
FROM base AS commit-hash
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = [ "python-dotenv==1.0.1", "requests==2.32.3", "Pillow>=7.1.2", "o
dev = [ "autopep8==2.3.2", "requests-mock==1.12.1", "pylint==3.3.4", "sqlfluff==3.3.1", "mypy==1.15.0", "flake8==7.1.2", "isort==6.0.1", "pre-commit==4.1.0", "importlib-metadata==8.6.1", "toml==0.10.2", "types-toml==0.10.8.20240310", "pyink==24.10.0",]

[tool.uv]
required-version = "0.6.4"
required-version = "0.6.5"
[[tool.uv.index]]
name = "pypi"
url = "https://pypi.org/simple"
Expand Down