From 1f541e338d109843f31bf45d7bf47744f503410f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 19:20:15 +0000 Subject: [PATCH] chore(deps-dev): 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/v0.24.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/abstractions/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/abstractions/pyproject.toml b/packages/abstractions/pyproject.toml index b11da46..e311630 100644 --- a/packages/abstractions/pyproject.toml +++ b/packages/abstractions/pyproject.toml @@ -36,7 +36,7 @@ isort = ">=5.13.2,<7.0.0" pylint = "^3.2.7" mypy = "^1.11.2" pytest = "^8.3.2" -pytest-asyncio = ">=0.24,<0.26" +pytest-asyncio = ">=0.24,<1.4" poetry-plugin-mono-repo-deps = ">=0.2.1,<0.4.0" [mypy]