Skip to content
Closed
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.11.8-python3.14-trixie-slim@sha256:b3b7ad909281e78785cbc676c8c8b45816c31638b36dc0cbd9e51725f2f0399c AS base
FROM ghcr.io/astral-sh/uv:0.11.31-python3.14-trixie-slim@sha256:72eb2e892abf4411f47544b41e94b2435e09644d768b9f183a366a6b46840569 AS base

# バージョン情報に表示する commit hash を埋め込む
FROM base AS commit-hash
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "hato-bot"
version = "3.0.5"
description = "愛嬌のあるBot"
requires-python = "==3.14.4"
requires-python = "==3.14.6"
dependencies = [
"python-dotenv==1.2.2",
"requests==2.34.2",
Expand Down Expand Up @@ -42,7 +42,7 @@ dev = [
]

[tool.uv]
required-version = "0.11.8"
required-version = "0.11.31"
[[tool.uv.index]]
url = "https://pypi.flatt.tech/simple/"
default = true
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.