Skip to content

Commit d007810

Browse files
Bump trio from 0.28.0 to 0.29.0 (#2041)
Bumps [trio](https://github.com/python-trio/trio) from 0.28.0 to 0.29.0. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](python-trio/trio@v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: trio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2307d4 commit d007810

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ mypy = { version = ">=1.12,<1.16", optional = true }
5959

6060
[tool.poetry.group.dev.dependencies]
6161
anyio = "^4.3"
62-
trio = "^0.28"
62+
trio = ">=0.28,<0.30"
6363
attrs = ">=24.2,<26.0"
6464
httpx = "^0.28"
6565

0 commit comments

Comments
 (0)