diff options
| author | Bob Halley <halley@dnspython.org> | 2020-07-21 05:27:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-21 05:27:18 -0700 |
| commit | 00a22ad03ffbcc45c184cbb99bf0aa17e4fc3902 (patch) | |
| tree | 81a2b8f031df4740c61b1dd4685cc90de1d1f2c4 | |
| parent | cf74eac81ad276ce90473078b07ab8ef7b92b51b (diff) | |
| parent | 7e2f9c56424ef465ad0683f7fc27dd06314c1ccd (diff) | |
| download | dnspython-00a22ad03ffbcc45c184cbb99bf0aa17e4fc3902.tar.gz | |
Merge pull request #548 from rthalley/dependabot/pip/cryptography-gte-2.6-and-lt-4.0
Update cryptography requirement from ^2.6 to >=2.6,<4.0
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 059993f..51d8b8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ python = "^3.6" 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", optional=true} +cryptography = {version=">=2.6,<4.0", optional=true} trio = {version=">=0.14,<0.17", optional=true} curio = {version="^1.2", optional=true} sniffio = {version="^1.1", optional=true} |
