Skip to content

Commit 7517658

Browse files
build(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](pytest-dev/pytest-asyncio@v0.23.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e943d3 commit 7517658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/agent-mesh/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies = [
6060
[project.optional-dependencies]
6161
dev = [
6262
"pytest>=7.4.0,<9.0",
63-
"pytest-asyncio>=0.23.0,<1.0",
63+
"pytest-asyncio>=0.23.0,<2.0",
6464
"pytest-cov>=4.1.0,<6.0",
6565
"hypothesis>=6.100.0,<7.0",
6666
"black>=25.1.0,<26.0",

0 commit comments

Comments
 (0)