Skip to content

Commit 79293db

Browse files
authored
Merge pull request #61 from team23/dependabot/pip/trio-gte-0.30.0-and-lt-0.32.0
chore(deps-dev): Update trio requirement from >=0.30.0,<0.31.0 to >=0.30.0,<0.32.0
2 parents ebb2f65 + f3f50b9 commit 79293db

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)