Skip to content

Commit f3f50b9

Browse files
chore(deps-dev): Update trio requirement
Updates the requirements on [trio](https://github.com/python-trio/trio) to permit the latest version. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](python-trio/trio@v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: trio dependency-version: 0.31.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7996b8 commit f3f50b9

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
@@ -20,7 +20,7 @@ pyright = ">=1.1.350,<1.2"
2020
fastapi = ">=0.116.0,<1" # just for testing the compatibilty
2121
anyio = ">=4.9.0,<5.0.0"
2222
httpx = ">=0.28.1,<0.29.0"
23-
trio = ">=0.30.0,<0.31.0"
23+
trio = ">=0.30.0,<0.32.0"
2424

2525
[tool.ruff]
2626
line-length = 115

0 commit comments

Comments
 (0)