Skip to content

Commit

Permalink
Bump trio from 0.27.0 to 0.28.0 (#1989)
Browse files Browse the repository at this point in the history
Bumps [trio](https://github.com/python-trio/trio) from 0.27.0 to 0.28.0.
- [Release notes](https://github.com/python-trio/trio/releases)
- [Commits](python-trio/trio@v0.27.0...v0.28.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 Dec 26, 2024
1 parent 96b8ff5 commit bd79a91
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 @@ mypy = {version = ">=1.12,<1.15", optional = true}

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

Expand Down

0 comments on commit bd79a91

Please sign in to comment.