Skip to content

Commit 031d590

Browse files
build(deps-dev): Update pytest-asyncio requirement in /packages/agent-os (#861)
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.21.0...v1.2.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c35196b commit 031d590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/agent-os/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ hypervisor = [
100100
# Development (includes all optional deps for full testing)
101101
dev = [
102102
"pytest>=7.0.0,<8.0",
103-
"pytest-asyncio>=0.21.0,<1.0",
103+
"pytest-asyncio>=0.21.0,<2.0",
104104
"pytest-cov>=4.0.0,<8.0",
105105
"mypy>=1.0.0,<2.0",
106106
"ruff>=0.1.0,<1.0",

0 commit comments

Comments
 (0)