mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
bump cryptography
This includes important security fixes.
This commit is contained in:
parent
33585bd2a2
commit
8a38e1ef3a
2
setup.py
2
setup.py
@ -64,7 +64,7 @@ setup(
|
|||||||
"brotlipy>=0.5.1, <0.8",
|
"brotlipy>=0.5.1, <0.8",
|
||||||
"certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
|
"certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
|
||||||
"click>=6.2, <7",
|
"click>=6.2, <7",
|
||||||
"cryptography>=2.0,<2.2",
|
"cryptography>=2.1.4,<2.2",
|
||||||
'h11>=0.7.0,<0.8',
|
'h11>=0.7.0,<0.8',
|
||||||
"h2>=3.0, <4",
|
"h2>=3.0, <4",
|
||||||
"hyperframe>=5.0, <6",
|
"hyperframe>=5.0, <6",
|
||||||
|
Loading…
Reference in New Issue
Block a user