Skip to content

Commit 2dc99e9

Browse files
build(deps-dev): bump trio from 0.24.0 to 0.25.0 (#1804)
Bumps [trio](https://github.com/python-trio/trio) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](python-trio/trio@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: trio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f59c8cb commit 2dc99e9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 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
@@ -55,7 +55,7 @@ hypothesis = { version = "^6.98", optional = true }
5555

5656
[tool.poetry.group.dev.dependencies]
5757
anyio = "^4.3"
58-
trio = "^0.24"
58+
trio = ">=0.24,<0.26"
5959
attrs = "^23.2"
6060
httpx = "^0.27"
6161

0 commit comments

Comments
 (0)