diff options
| author | Maximilian Hils <git@maximilianhils.com> | 2015-12-25 15:56:26 +0100 |
|---|---|---|
| committer | Maximilian Hils <git@maximilianhils.com> | 2015-12-25 15:56:26 +0100 |
| commit | c10b614f700055976a5e30e5cfb0142fc6b83843 (patch) | |
| tree | fcb246feb2f764cc38a1f97b6eb838dabcc18f6f | |
| parent | 71834421bbf63e89eb923b888ea97db437c59ea5 (diff) | |
| download | mitmproxy-c10b614f700055976a5e30e5cfb0142fc6b83843.tar.gz mitmproxy-c10b614f700055976a5e30e5cfb0142fc6b83843.tar.bz2 mitmproxy-c10b614f700055976a5e30e5cfb0142fc6b83843.zip | |
update ssl_match_hostname dependency, refs #868
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ deps = { "hpack>=2.0.1, <2.1", "six>=1.10.0, <1.11", "certifi>=2015.9.6.2", # no semver here - this should always be on the last release! - "backports.ssl_match_hostname>=3.4.0.2, <3.4.1", + "backports.ssl_match_hostname>=3.5.0.1, <3.6", } if sys.version_info < (3, 0): deps.add("ipaddress>=1.0.15, <1.1") |
