Skip to content

Commit

Permalink
Bump trio from 0.25.1 to 0.26.0 (#1864)
Browse files Browse the repository at this point in the history
Bumps [trio](https://github.com/python-trio/trio) from 0.25.1 to 0.26.0.
- [Release notes](https://github.com/python-trio/trio/releases)
- [Commits](python-trio/trio@v0.25.1...v0.26.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>
  • Loading branch information
dependabot[bot] authored Jul 5, 2024
1 parent b9362db commit 89c514f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ hypothesis = { version = "^6.98", optional = true }

[tool.poetry.group.dev.dependencies]
anyio = "^4.3"
trio = "^0.25"
trio = ">=0.25,<0.27"
attrs = "^23.2"
httpx = "^0.27"

Expand Down

0 comments on commit 89c514f

Please sign in to comment.