Skip to content

Commit

Permalink
Update trio requirement from >=0.14,<0.23 to >=0.14,<0.24
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.14.0...v0.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 3, 2023
1 parent 2fdf696 commit 8445782
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 @@ -44,7 +44,7 @@ httpcore = {version=">=0.17.3", optional=true}
h2 = {version=">=4.1.0", optional=true}
idna = {version=">=2.1,<4.0", optional=true}
cryptography = {version=">=2.6", optional=true}
trio = {version=">=0.14,<0.23", optional=true}
trio = {version=">=0.14,<0.24", optional=true}
wmi = {version="^1.5.1", optional=true}
aioquic = {version=">=0.9.20", optional=true}

Expand Down

0 comments on commit 8445782

Please sign in to comment.