diff options
author | Maximilian Hils <git@maximilianhils.com> | 2017-05-31 10:18:39 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2017-05-31 10:18:39 +0200 |
commit | acd568c6faa424f810cf7b1cfd3b4a8173b664d3 (patch) | |
tree | 2f90ff40dfbd9ccd76b33a12a297e2dd2454ca21 | |
parent | e14c4947e2259281ec03f7fdf2b475143e05c6a9 (diff) | |
download | mitmproxy-acd568c6faa424f810cf7b1cfd3b4a8173b664d3.tar.gz mitmproxy-acd568c6faa424f810cf7b1cfd3b4a8173b664d3.tar.bz2 mitmproxy-acd568c6faa424f810cf7b1cfd3b4a8173b664d3.zip |
[requires.io] dependency update on master branch (#2360)
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,10 +61,10 @@ setup( # It is not considered best practice to use install_requires to pin dependencies to specific versions. install_requires=[ "blinker>=1.4, <1.5", - "brotlipy>=0.5.1, <0.7", + "brotlipy>=0.5.1, <0.8", "certifi>=2015.11.20.1", # no semver here - this should always be on the last release! "click>=6.2, <7", - "cryptography>=1.4, <1.9", + "cryptography>=1.4, <1.10", "cssutils>=1.0.1, <1.1", "h2>=3.0, <4", "html2text>=2016.1.8, <=2016.9.19", |