diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-16 05:12:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-16 05:12:43 +0000 |
| commit | 019448fc62c7e31805bcb35cfdd68d8be84c8bef (patch) | |
| tree | ca65f1f783dba767b6f9e777f263c50950667d72 | |
| parent | d5c4c24b3a80515e7d102e2de5b4ac5e115d1553 (diff) | |
| download | dnspython-019448fc62c7e31805bcb35cfdd68d8be84c8bef.tar.gz | |
Update trio requirement from >=0.14,<0.19 to >=0.14,<0.20
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](https://github.com/python-trio/trio/compare/v0.14.0...v0.19.0)
---
updated-dependencies:
- dependency-name: trio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index a17abae..74a1770 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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} |
