Skip to content

Commit 083b4b0

Browse files
Bump trio from 0.29.0 to 0.30.0 (#2119)
Bumps [trio](https://github.com/python-trio/trio) from 0.29.0 to 0.30.0. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](python-trio/trio@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: trio dependency-version: 0.30.0 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 5bac449 commit 083b4b0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ mypy = { version = ">=1.12,<1.16", optional = true }
5858

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

0 commit comments

Comments
 (0)