mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2024-11-30 16:51:03 +00:00
bump dependencies
This commit is contained in:
parent
87d3d1cb88
commit
6704407026
4
setup.py
4
setup.py
@ -95,7 +95,7 @@ setup(
|
||||
"urwid>=2.1.1,<2.2",
|
||||
"wsproto>=1.0,<1.2",
|
||||
"publicsuffix2>=2.20190812,<3",
|
||||
"zstandard>=0.11,<0.18",
|
||||
"zstandard>=0.11,<0.19",
|
||||
],
|
||||
extras_require={
|
||||
':sys_platform == "win32"': [
|
||||
@ -106,7 +106,7 @@ setup(
|
||||
"hypothesis>=5.8,<7",
|
||||
"parver>=0.1,<2.0",
|
||||
"pdoc>=4.0.0",
|
||||
"pyinstaller==5.0.1",
|
||||
"pyinstaller==5.1",
|
||||
"pytest-asyncio>=0.17.0,<0.19",
|
||||
"pytest-cov>=2.7.1,<3.1",
|
||||
"pytest-timeout>=1.3.3,<2.2",
|
||||
|
8
tox.ini
8
tox.ini
@ -29,13 +29,13 @@ commands =
|
||||
|
||||
[testenv:mypy]
|
||||
deps =
|
||||
mypy==0.950
|
||||
types-certifi==2021.10.8.2
|
||||
mypy==0.961
|
||||
types-certifi==2021.10.8.3
|
||||
types-Flask==1.1.6
|
||||
types-Werkzeug==1.0.9
|
||||
types-requests==2.27.25
|
||||
types-requests==2.28.0
|
||||
types-cryptography==3.3.21
|
||||
types-pyOpenSSL==22.0.3
|
||||
types-pyOpenSSL==22.0.4
|
||||
|
||||
commands =
|
||||
mypy {posargs}
|
||||
|
Loading…
Reference in New Issue
Block a user