Skip to content

Commit ff13cf0

Browse files
chore(deps): update python docker tag to v3.14.3
1 parent 30abd43 commit ff13cf0

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.14.2
1+
3.14.3

docker/noneflow.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 这样能分别控制 uv 和 Python 版本
2-
FROM python:3.14.2-slim
2+
FROM python:3.14.3-slim
33
COPY --from=ghcr.io/astral-sh/uv:0.10.4 /uv /bin/uv
44

55
# 设置时区

docker/nonetest.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 这样能分别控制 uv 和 Python 版本
2-
FROM python:3.14.2-slim
2+
FROM python:3.14.3-slim
33
COPY --from=ghcr.io/astral-sh/uv:0.10.4 /uv /bin/uv
44

55
WORKDIR /app

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Manage publish related issues in nonebot2 project"
55
authors = [{ name = "uy_sun", email = "hmy0119@gmail.com" }]
66
readme = "README.md"
77
license = { file = "LICENSE" }
8-
requires-python = ">=3.14.2"
8+
requires-python = ">=3.14.3"
99
dependencies = [
1010
"click>=8.3.1",
1111
"docker>=7.1.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)