diff options
author | Maximilian Hils <git@maximilianhils.com> | 2020-04-03 19:09:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 19:09:08 +0200 |
commit | 6acabbb4f5977427dd08adb0d32b06c0007315d2 (patch) | |
tree | 334b928be45e0299b203dd1c2c7d72170b032e20 /setup.py | |
parent | 420da96e924cfb6f40981e8aa3fdb8dfab27730c (diff) | |
parent | 35cb5ff4506a0131721b498eee59bc8680386d70 (diff) | |
download | mitmproxy-6acabbb4f5977427dd08adb0d32b06c0007315d2.tar.gz mitmproxy-6acabbb4f5977427dd08adb0d32b06c0007315d2.tar.bz2 mitmproxy-6acabbb4f5977427dd08adb0d32b06c0007315d2.zip |
Merge pull request #3892 from mhils/update-dependencies
Update Dependencies
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -71,20 +71,20 @@ setup( "h2>=3.2.0,<4", "hyperframe>=5.1.0,<6", "kaitaistruct>=0.7,<0.9", - "ldap3>=2.6.1,<2.7", + "ldap3>=2.6.1,<2.8", "passlib>=1.6.5, <1.8", - "protobuf>=3.6.0, <3.11", + "protobuf>=3.6.0, <3.12", "pyasn1>=0.3.1,<0.5", "pyOpenSSL>=19.1.0,<19.2", "pyparsing>=2.4.2,<2.5", - "pyperclip>=1.6.0,<1.8", + "pyperclip>=1.6.0,<1.9", "ruamel.yaml>=0.16,<0.17", "sortedcontainers>=2.1.0,<2.2", "tornado>=4.3,<7", "urwid>=2.1.0,<2.2", - "wsproto>=0.14.0,<0.15.0", + "wsproto>=0.14,<0.16", "publicsuffix2>=2.20190812,<3", - "zstandard>=0.11.0,<0.13.0", + "zstandard>=0.11,<0.14", ], extras_require={ ':sys_platform == "win32"': [ |