diff --git a/pyproject.toml b/pyproject.toml index 55ddc5b..c0d0d4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ urls = { repository = "https://github.com/ThePhaseless/Byparr" } test = [ "httpx==0.28.*", "pytest==8.4.*", - "pytest-asyncio==1.2.*", + "pytest-asyncio==1.3.*", "pytest-retry==1.7.*", "pytest-xdist==3.8.*", "setuptools>=80.9.0", diff --git a/uv.lock b/uv.lock index d52b9ea..971d4ea 100644 --- a/uv.lock +++ b/uv.lock @@ -173,7 +173,7 @@ dev = [ test = [ { name = "httpx", specifier = "==0.28.*" }, { name = "pytest", specifier = "==8.4.*" }, - { name = "pytest-asyncio", specifier = "==1.2.*" }, + { name = "pytest-asyncio", specifier = "==1.3.*" }, { name = "pytest-retry", specifier = "==1.7.*" }, { name = "pytest-xdist", specifier = "==3.8.*" }, { name = "setuptools", specifier = ">=80.9.0" }, @@ -967,14 +967,14 @@ wheels = [ [[package]] name = "pytest-asyncio" -version = "1.2.0" +version = "1.3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pytest" }, ] -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]]