From f41b2a4793b890de21afff60c200d8964d95a6d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:18:48 +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.2.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.2.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 cdf4e9063..74d2a1159 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,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.2.0", + "pytest-asyncio>=1.0.0,<1.3.0", "pytest-xdist>=3.0.0,<4.0.0", "ruff>=0.13.0,<0.14.0", ] @@ -130,7 +130,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.2.0", + "pytest-asyncio>=1.0.0,<1.3.0", "pytest-xdist>=3.0.0,<4.0.0", "moto>=5.1.0,<6.0.0", ]