From 98f2f9d4e23436d17f701545c336442eaa696ae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 20:12:45 +0000 Subject: [PATCH] Update pytest-asyncio requirement from ==0.18.* to ==1.1.* Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.0...v1.1.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d72f661..db0003e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ test = [ "coverage>=7.6.10", "pyright", "pytest>=8.3.4", - "pytest-asyncio ==0.18.*", + "pytest-asyncio ==1.1.*", "pytest-vcr ==1.*", "urllib3 ==1.*", "vcrpy ==4.2.1" @@ -24,7 +24,7 @@ type = [ "aiohttp <4", "pyright>=1.1.393", "pytest>=8.3.4", - "pytest-asyncio ==0.18.*" + "pytest-asyncio ==1.1.*" ] [project]