From d56b26c35e1e3f15ba4bda3977c6ceff72328465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 19:14:02 +0000 Subject: [PATCH] ci(python): update pytest-asyncio requirement in /strands-py 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.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- strands-py/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strands-py/pyproject.toml b/strands-py/pyproject.toml index 681c17db4..dbc1aa308 100644 --- a/strands-py/pyproject.toml +++ b/strands-py/pyproject.toml @@ -95,7 +95,7 @@ dev = [ "pre-commit>=3.2.0,<4.7.0", "pytest>=9.0.0,<10.0.0", "pytest-cov>=7.0.0,<8.0.0", - "pytest-asyncio>=1.0.0,<1.4.0", + "pytest-asyncio>=1.0.0,<1.5.0", "pytest-timeout>=2.0.0,<3.0.0", "pytest-xdist>=3.0.0,<4.0.0", "ruff>=0.13.0,<0.15.0", @@ -154,7 +154,7 @@ extra-args = ["-n", "auto", "-vv"] dependencies = [ "pytest>=9.0.0,<10.0.0", "pytest-cov>=7.0.0,<8.0.0", - "pytest-asyncio>=1.0.0,<1.4.0", + "pytest-asyncio>=1.0.0,<1.5.0", "pytest-timeout>=2.0.0,<3.0.0", "pytest-xdist>=3.0.0,<4.0.0", "pytest-timeout>=2.0.0,<3.0.0",