Skip to content

Commit d6738aa

Browse files
authored
Merge pull request #5888 from dev-hato/dependabot/docker/astral-sh/uv-0.9.0-python3.13-bookworm-slim
build(deps): bump astral-sh/uv from 0.8.23-python3.13-bookworm-slim to 0.9.0-python3.13-bookworm-slim
2 parents c68fbcd + 3f61e2e commit d6738aa

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/astral-sh/uv:0.8.23-python3.13-bookworm-slim@sha256:49350a48905a0d217baa0bd8a286c7335cd0b13ce08d82f266834020315a1271 AS base
1+
FROM ghcr.io/astral-sh/uv:0.9.0-python3.13-bookworm-slim@sha256:3cb1f6710acffab0693c9efaaa32ab21ff10a4f8e38efaa5f2688abb49f35687 AS base
22

33
# バージョン情報に表示する commit hash を埋め込む
44
FROM base AS commit-hash

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "hato-bot"
33
version = "3.0.5"
44
description = "愛嬌のあるBot"
5-
requires-python = "==3.13.7"
5+
requires-python = "==3.13.8"
66
dependencies = [
77
"python-dotenv==1.1.1",
88
"requests==2.32.5",
@@ -42,7 +42,7 @@ dev = [
4242
]
4343

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

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)