From 0e48a8772338c4980fc2446872cf6e447596786d Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 00:46:32 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to >=1.4.0,<1.5.0 | datasource | package | from | to | | ---------- | -------------- | ----- | ----- | | pypi | pytest-asyncio | 1.3.0 | 1.4.0 | --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d5b290e5..249c0f8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ dev = [ "ruff>=0.11.6,<1.0.0", "pre-commit>=4.0.0,<5.0.0", "pytest>=8.3.3,<9.0.0", - "pytest-asyncio>=1.3.0,<1.4.0", + "pytest-asyncio>=1.4.0,<1.5.0", "types-protobuf>=5.29.1.20250208", "pandas-stubs>=2.2.3.250308", "types-requests>=2.32.0.20250306", diff --git a/uv.lock b/uv.lock index 905a73fd..2df979ac 100644 --- a/uv.lock +++ b/uv.lock @@ -883,7 +883,7 @@ dev = [ { name = "pandas-stubs", specifier = ">=2.2.3.250308" }, { name = "pre-commit", specifier = ">=4.0.0,<5.0.0" }, { name = "pytest", specifier = ">=8.3.3,<9.0.0" }, - { name = "pytest-asyncio", specifier = ">=1.3.0,<1.4.0" }, + { name = "pytest-asyncio", specifier = ">=1.4.0,<1.5.0" }, { name = "ruff", specifier = ">=0.11.6,<1.0.0" }, { name = "types-protobuf", specifier = ">=5.29.1.20250208" }, { name = "types-pyyaml", specifier = ">=6.0.12.20250822" }, @@ -3178,16 +3178,16 @@ wheels = [ [[package]] name = "pytest-asyncio" -version = "1.3.0" +version = "1.4.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/90/2c/8af215c0f776415f3590cac4f9086ccefd6fd463befeae41cd4d3f193e5a/pytest_asyncio-1.3.0.tar.gz", hash = "sha256:d7f52f36d231b80ee124cd216ffb19369aa168fc10095013c6b014a34d3ee9e5", size = 50087, upload-time = "2025-11-10T16:07:47.256Z" } +sdist = { url = "https://files.pythonhosted.org/packages/43/7c/d36d04db312ecf4298932ef77e6e4a9e8ad017906e24e34f0b0c361a2473/pytest_asyncio-1.4.0.tar.gz", hash = "sha256:c6c0d2259945122819f171a32ecea2c349ead889ee28176caaf492143424be42", size = 58514, upload-time = "2026-05-26T09:56:04.083Z" } wheels = [ - { 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" }, + { url = "https://files.pythonhosted.org/packages/03/e2/08a497ef684b88559c9cc5f4ad53a37e7b99e727094a86d6ea32536d5d3c/pytest_asyncio-1.4.0-py3-none-any.whl", hash = "sha256:933ca923a23075a87fb7070c0ec272a6848489824d887c85c812670932835aa1", size = 16930, upload-time = "2026-05-26T09:56:02.576Z" }, ] [[package]]