From 816e50bcf24c2ee72b1032df3ab56dd99af4b933 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 15:53:25 +0000 Subject: [PATCH] Update dependency pytest-asyncio to v0.26.0 (#124) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 87d2fce..1b11861 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ urls = { repository = "https://github.com/ThePhaseless/Byparr" } [dependency-groups] test = [ "httpx==0.28.1", - "pytest-asyncio==0.25.3", + "pytest-asyncio==0.26.0", "pytest-progress==1.3.0", "pytest-retry==1.7.0", "pytest-xdist==3.6.1", diff --git a/uv.lock b/uv.lock index fd5689f..60815fd 100644 --- a/uv.lock +++ b/uv.lock @@ -102,7 +102,7 @@ dev = [ ] test = [ { name = "httpx", specifier = "==0.28.1" }, - { name = "pytest-asyncio", specifier = "==0.25.3" }, + { name = "pytest-asyncio", specifier = "==0.26.0" }, { name = "pytest-progress", specifier = "==1.3.0" }, { name = "pytest-retry", specifier = "==1.7.0" }, { name = "pytest-xdist", specifier = "==3.6.1" }, @@ -803,14 +803,14 @@ wheels = [ [[package]] name = "pytest-asyncio" -version = "0.25.3" +version = "0.26.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pytest" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/f2/a8/ecbc8ede70921dd2f544ab1cadd3ff3bf842af27f87bbdea774c7baa1d38/pytest_asyncio-0.25.3.tar.gz", hash = "sha256:fc1da2cf9f125ada7e710b4ddad05518d4cee187ae9412e9ac9271003497f07a", size = 54239 } +sdist = { url = "https://files.pythonhosted.org/packages/8e/c4/453c52c659521066969523e87d85d54139bbd17b78f09532fb8eb8cdb58e/pytest_asyncio-0.26.0.tar.gz", hash = "sha256:c4df2a697648241ff39e7f0e4a73050b03f123f760673956cf0d72a4990e312f", size = 54156 } wheels = [ - { url = "https://files.pythonhosted.org/packages/67/17/3493c5624e48fd97156ebaec380dcaafee9506d7e2c46218ceebbb57d7de/pytest_asyncio-0.25.3-py3-none-any.whl", hash = "sha256:9e89518e0f9bd08928f97a3482fdc4e244df17529460bc038291ccaf8f85c7c3", size = 19467 }, + { url = "https://files.pythonhosted.org/packages/20/7f/338843f449ace853647ace35870874f69a764d251872ed1b4de9f234822c/pytest_asyncio-0.26.0-py3-none-any.whl", hash = "sha256:7b51ed894f4fbea1340262bdae5135797ebbe21d8638978e35d31c6d19f72fb0", size = 19694 }, ] [[package]]