diff --git a/Dockerfile b/Dockerfile index 9b9a5ec0..f848632c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.12.4-slim -COPY --from=ghcr.io/astral-sh/uv:0.5.2 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.5.4 /uv /bin/uv # 设置时区 ENV TZ=Asia/Shanghai diff --git a/pyproject.toml b/pyproject.toml index 33fbc316..941f8efa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dev-dependencies = [ "bump-my-version>=0.28.1", "inline-snapshot>=0.14.0", "nonebug>=0.4.2", - "poethepoet>=0.30.0", + "poethepoet>=0.31.0", "pytest-asyncio>=0.24.0", "pytest-cov>=6.0.0", "pytest-mock>=3.14.0", diff --git a/uv.lock b/uv.lock index 2087ea79..1c93f510 100644 --- a/uv.lock +++ b/uv.lock @@ -705,7 +705,7 @@ dev = [ { name = "bump-my-version", specifier = ">=0.28.1" }, { name = "inline-snapshot", specifier = ">=0.14.0" }, { name = "nonebug", specifier = ">=0.4.2" }, - { name = "poethepoet", specifier = ">=0.30.0" }, + { name = "poethepoet", specifier = ">=0.31.0" }, { name = "pytest-asyncio", specifier = ">=0.24.0" }, { name = "pytest-cov", specifier = ">=6.0.0" }, { name = "pytest-mock", specifier = ">=3.14.0" }, @@ -760,15 +760,15 @@ wheels = [ [[package]] name = "poethepoet" -version = "0.30.0" +version = "0.31.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pastel" }, { name = "pyyaml" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/be/07/dfaed168414cf1e10f5c90860cdc29ffd871df80be81f3d7abd0451a4508/poethepoet-0.30.0.tar.gz", hash = "sha256:9f7ccda2d6525616ce989ca8ef973739fd668f50bef0b9d3631421d504d9ae4a", size = 60139 } +sdist = { url = "https://files.pythonhosted.org/packages/72/26/a7cf028b29b641148af3bd950d4c2e648fc220319f7e9e0e391d05992bff/poethepoet-0.31.0.tar.gz", hash = "sha256:b1cffb120149101b02ffa0583c6e61dfee53953a741df3dabf179836bdef97f5", size = 61992 } wheels = [ - { url = "https://files.pythonhosted.org/packages/25/98/12bff83ac39ba78ba4736c2f217bab294187de5d71ffbfeb3e126c230704/poethepoet-0.30.0-py3-none-any.whl", hash = "sha256:bf875741407a98da9e96f2f2d0b2c4c34f56d89939a7f53a4b6b3a64b546ec4e", size = 78036 }, + { url = "https://files.pythonhosted.org/packages/c8/e7/05282936a052138cf9e122f5c67d24d39f69606b90d8f457fcfe6a5c4e01/poethepoet-0.31.0-py3-none-any.whl", hash = "sha256:5067c5adf9f228b8af1f3df7d57dc319ed8b3f153bf21faf99f7b74494174c3d", size = 80517 }, ] [[package]]