Skip to content

Commit

Permalink
Update trio requirement from <0.23.0,>=0.22.0 to >=0.22.0,<0.24.0 (#865)
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.22.0...v0.23.2)

---
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] authored Jan 8, 2024
1 parent ad1ddcf commit f60e99b
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 @@ -41,7 +41,7 @@ socks = [
"socksio==1.*",
]
trio = [
"trio>=0.22.0,<0.23.0",
"trio>=0.22.0,<0.24.0",
]
asyncio = [
"anyio>=4.0,<5.0",
Expand Down

0 comments on commit f60e99b

Please sign in to comment.