Skip to content

Commit e19273c

Browse files
authored
Replace trio with anyio[trio] in optional dependencies
1 parent 9bd72c9 commit e19273c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
test = [
3737
"pytest >=8,<9",
3838
"pytest-timeout",
39-
"trio >=0.27.0,<0.28",
39+
"anyio[trio]",
4040
"mypy",
4141
"ruff",
4242
"coverage[toml] >=7,<8",

0 commit comments

Comments
 (0)