From a4ad89e1ffd49cc304e47aacdaba23b5af88d13e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 06:54:28 +0000 Subject: [PATCH] build(deps): update pytest-asyncio requirement 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/v1.0.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 773cbf3..606dfee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ "nonebot-adapter-onebot>=2.4.6,<3.0.0", "nonebug>=0.3.7,<1.0.0", "pytest-xdist>=3.6.1,<4.0.0", - "pytest-asyncio>=1.0.0,<1.1.0", + "pytest-asyncio>=1.0.0,<1.2.0", "aiohttp~=3.11,<4.0.0", ]