Skip to content

Commit

Permalink
Update trio dependency...
Browse files Browse the repository at this point in the history
Update `trio` to include `25.*` series.
  • Loading branch information
tomchristie authored Mar 27, 2024
1 parent fbbd909 commit a9f9483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ socks = [
"socksio==1.*",
]
trio = [
"trio>=0.22.0,<0.25.0",
"trio>=0.22.0,<0.26.0",
]
asyncio = [
"anyio>=4.0,<5.0",
Expand Down

0 comments on commit a9f9483

Please sign in to comment.