Skip to content

Commit

Permalink
Update trio requirement from ~=0.25.1 to ~=0.26.0 (#80)
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.25.1...v0.26.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 8, 2024
1 parent 9b7a574 commit 3135c5f
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 @@ -37,7 +37,7 @@ dependencies = [
"python-sane~=2.9.1",
"quart~=0.19.4",
"quart-trio~=0.11.1",
"trio~=0.25.1",
"trio~=0.26.0",
"Werkzeug~=3.0.1",
'exceptiongroup >= 1.2.0; python_version < "3.11"',
'tomli >= 2.0.1; python_version < "3.11"',
Expand Down

0 comments on commit 3135c5f

Please sign in to comment.