Skip to content

Commit

Permalink
Update trio requirement from ~=0.26.0 to ~=0.27.0
Browse files Browse the repository at this point in the history
Updates the requirements on [trio](https://github.com/python-trio/trio) to permit the latest version.
- [Release notes](https://github.com/python-trio/trio/releases)
- [Commits](python-trio/trio@v0.26.0...v0.27.0)

---
updated-dependencies:
- dependency-name: trio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 9421af3 commit 06bb9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ keywords = [
"wrapper-script"
]
dependencies = [
"trio~=0.26.0",
"trio~=0.27.0",
"httpx~=0.27.0",
]

Expand Down

0 comments on commit 06bb9f9

Please sign in to comment.