From cdba1fe53835c35a3f8ec7e2a9709d82b606da85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 07:23:55 +0000 Subject: [PATCH] ci: 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.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b542c7481..1587ff83a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dev = [ "pre-commit>=3.2.0,<4.4.0", "pytest>=8.0.0,<9.0.0", "pytest-cov>=7.0.0,<8.0.0", - "pytest-asyncio>=1.0.0,<1.3.0", + "pytest-asyncio>=1.0.0,<1.4.0", "pytest-xdist>=3.0.0,<4.0.0", "ruff>=0.13.0,<0.14.0", ] @@ -132,7 +132,7 @@ extra-args = ["-n", "auto", "-vv"] dependencies = [ "pytest>=8.0.0,<9.0.0", "pytest-cov>=7.0.0,<8.0.0", - "pytest-asyncio>=1.0.0,<1.3.0", + "pytest-asyncio>=1.0.0,<1.4.0", "pytest-xdist>=3.0.0,<4.0.0", "moto>=5.1.0,<6.0.0", ]