diff --git a/pyproject.toml b/pyproject.toml index 6c3f8c1..7db69fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ test = [ "nonebot2[fastapi]>=2.4.2,<3.0.0", "nonebug>=0.3.7,<1.0.0", "poethepoet>=0.36.0", - "pytest-asyncio>=1.2.0,<1.3.0", + "pytest-asyncio>=1.3.0,<1.4.0", "pytest-cov>=7.0.0", "pytest-xdist>=3.8.0,<4.0.0", ] diff --git a/uv.lock b/uv.lock index cfb9711..8d20c70 100644 --- a/uv.lock +++ b/uv.lock @@ -726,7 +726,7 @@ test = [ { name = "nonebot2", extras = ["fastapi"], specifier = ">=2.4.2,<3.0.0" }, { name = "nonebug", specifier = ">=0.3.7,<1.0.0" }, { name = "poethepoet", specifier = ">=0.36.0" }, - { name = "pytest-asyncio", specifier = ">=1.2.0,<1.3.0" }, + { name = "pytest-asyncio", specifier = ">=1.3.0,<1.4.0" }, { name = "pytest-cov", specifier = ">=7.0.0" }, { name = "pytest-xdist", specifier = ">=3.8.0,<4.0.0" }, ] @@ -1073,16 +1073,16 @@ wheels = [ [[package]] name = "pytest-asyncio" -version = "1.2.0" +version = "1.3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "backports-asyncio-runner", marker = "python_full_version < '3.11'" }, { name = "pytest" }, { name = "typing-extensions", marker = "python_full_version < '3.13'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/42/86/9e3c5f48f7b7b638b216e4b9e645f54d199d7abbbab7a64a13b4e12ba10f/pytest_asyncio-1.2.0.tar.gz", hash = "sha256:c609a64a2a8768462d0c99811ddb8bd2583c33fd33cf7f21af1c142e824ffb57", size = 50119, upload-time = "2025-09-12T07:33:53.816Z" } +sdist = { url = "https://files.pythonhosted.org/packages/90/2c/8af215c0f776415f3590cac4f9086ccefd6fd463befeae41cd4d3f193e5a/pytest_asyncio-1.3.0.tar.gz", hash = "sha256:d7f52f36d231b80ee124cd216ffb19369aa168fc10095013c6b014a34d3ee9e5", size = 50087, upload-time = "2025-11-10T16:07:47.256Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/04/93/2fa34714b7a4ae72f2f8dad66ba17dd9a2c793220719e736dda28b7aec27/pytest_asyncio-1.2.0-py3-none-any.whl", hash = "sha256:8e17ae5e46d8e7efe51ab6494dd2010f4ca8dae51652aa3c8d55acf50bfb2e99", size = 15095, upload-time = "2025-09-12T07:33:52.639Z" }, + { url = "https://files.pythonhosted.org/packages/e5/35/f8b19922b6a25bc0880171a2f1a003eaeb93657475193ab516fd87cac9da/pytest_asyncio-1.3.0-py3-none-any.whl", hash = "sha256:611e26147c7f77640e6d0a92a38ed17c3e9848063698d5c93d5aa7aa11cebff5", size = 15075, upload-time = "2025-11-10T16:07:45.537Z" }, ] [[package]]