diff --git a/pyproject.toml b/pyproject.toml index acaa8df0..9cb2d025 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ Changelog = "https://github.com/nonebot/noneflow/blob/main/CHANGELOG.md" dev = [ "inline-snapshot>=0.34.2", "nonebug>=0.4.4", - "poethepoet>=0.47.1", + "poethepoet>=0.48.0", "pytest-asyncio>=1.4.0", "pytest-cov>=7.1.0", "pytest-mock>=3.15.1", diff --git a/uv.lock b/uv.lock index c552433d..a2e3ba4b 100644 --- a/uv.lock +++ b/uv.lock @@ -650,7 +650,7 @@ requires-dist = [ dev = [ { name = "inline-snapshot", specifier = ">=0.34.2" }, { name = "nonebug", specifier = ">=0.4.4" }, - { name = "poethepoet", specifier = ">=0.47.1" }, + { name = "poethepoet", specifier = ">=0.48.0" }, { name = "pytest-asyncio", specifier = ">=1.4.0" }, { name = "pytest-cov", specifier = ">=7.1.0" }, { name = "pytest-mock", specifier = ">=3.15.1" }, @@ -687,15 +687,15 @@ wheels = [ [[package]] name = "poethepoet" -version = "0.47.1" +version = "0.48.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pastel" }, { name = "pyyaml" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/08/8c/6e866f2dd70aa3339fd3cdcd16648612a11726ddf0b803f0602885e16bd1/poethepoet-0.47.1.tar.gz", hash = "sha256:bb27f9fbba161c5be11878ad0a6f64ff29b8a68851d1861e4bd30255b753da2a", size = 145618, upload-time = "2026-07-01T07:36:20.922Z" } +sdist = { url = "https://files.pythonhosted.org/packages/5c/92/93a4af9511b8c7c647874521d9e6c904266be98067c2ee1eb2e74520d208/poethepoet-0.48.0.tar.gz", hash = "sha256:a06f49d244fadfc2e2e7faa78b54e64a9694727e4ce1d50e08f23cea3ded74f1", size = 148679, upload-time = "2026-07-05T21:48:30.106Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/45/8f/6518a009dd017ff4c281cb62207bc6741638c93738f08fd27b3caaa1e725/poethepoet-0.47.1-py3-none-any.whl", hash = "sha256:1738b9f6f1dc2c5d61b3e620aa4a2e7b8c20bccef815c8bfb312ebf87464d671", size = 183474, upload-time = "2026-07-01T07:36:19.333Z" }, + { url = "https://files.pythonhosted.org/packages/59/8d/d7c9455b15f8d2d7ce57e7b71a8ef8d02d9992ae4283c9777120620c9022/poethepoet-0.48.0-py3-none-any.whl", hash = "sha256:98da6096d060f49b8d84034770265863fb7dc92a40233b7694b9d216ac68737d", size = 185808, upload-time = "2026-07-05T21:48:28.601Z" }, ] [[package]]