Skip to content

Commit

Permalink
Merge pull request rthalley#669 from rthalley/dependabot/pip/trio-gte…
Browse files Browse the repository at this point in the history
…-0.14-and-lt-0.20

Update trio requirement from >=0.14,<0.19 to >=0.14,<0.20
  • Loading branch information
rthalley authored Jun 16, 2021
2 parents 630f81a + 019448f commit fabf0ea
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 @@ -14,7 +14,7 @@ requests-toolbelt = {version="^0.9.1", optional=true}
requests = {version="^2.23.0", optional=true}
idna = {version="^2.1", optional=true}
cryptography = {version=">=2.6,<4.0", optional=true}
trio = {version=">=0.14,<0.19", optional=true}
trio = {version=">=0.14,<0.20", optional=true}
curio = {version="^1.2", optional=true}
sniffio = {version="^1.1", optional=true}

Expand Down

0 comments on commit fabf0ea

Please sign in to comment.