Merge pull request #4528 from mitmproxy/requires-io-master

[requires.io] dependency update on master branch
This commit is contained in:
Maximilian Hils 2021-03-29 15:15:51 +02:00 committed by GitHub
parent 16be78ad0a
commit 2c941b8905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -71,7 +71,7 @@ setup(
"Brotli>=1.0,<1.1", "Brotli>=1.0,<1.1",
"certifi>=2019.9.11", # no semver here - this should always be on the last release! "certifi>=2019.9.11", # no semver here - this should always be on the last release!
"click>=7.0,<8", "click>=7.0,<8",
"cryptography>=3.3,<3.4", "cryptography>=3.3,<3.5",
"flask>=1.1.1,<1.2", "flask>=1.1.1,<1.2",
"h11>=0.11,<0.13", "h11>=0.11,<0.13",
"h2>=4.0,<5", "h2>=4.0,<5",
@ -80,11 +80,11 @@ setup(
"ldap3>=2.8,<2.10", "ldap3>=2.8,<2.10",
"msgpack>=1.0.0, <1.1.0", "msgpack>=1.0.0, <1.1.0",
"passlib>=1.6.5, <1.8", "passlib>=1.6.5, <1.8",
"protobuf>=3.14,<3.15", "protobuf>=3.14,<3.16",
"pyOpenSSL>=20.0,<20.1", "pyOpenSSL>=20.0,<20.1",
"pyparsing>=2.4.2,<2.5", "pyparsing>=2.4.2,<2.5",
"pyperclip>=1.6.0,<1.9", "pyperclip>=1.6.0,<1.9",
"ruamel.yaml>=0.16,<0.17", "ruamel.yaml>=0.16,<0.18",
"sortedcontainers>=2.3,<2.4", "sortedcontainers>=2.3,<2.4",
"tornado>=4.3,<7", "tornado>=4.3,<7",
"urwid>=2.1.1,<2.2", "urwid>=2.1.1,<2.2",
@ -97,7 +97,7 @@ setup(
"pydivert>=2.0.3,<2.2", "pydivert>=2.0.3,<2.2",
], ],
'dev': [ 'dev': [
"hypothesis>=5.8,<6.2", "hypothesis>=5.8,<6.9",
"parver>=0.1,<2.0", "parver>=0.1,<2.0",
"pdoc>=4.0.0", "pdoc>=4.0.0",
"pytest-asyncio>=0.10.0,<0.14,!=0.14", "pytest-asyncio>=0.10.0,<0.14,!=0.14",

View File

@ -28,7 +28,7 @@ commands =
python ./test/filename_matching.py python ./test/filename_matching.py
[testenv:mypy] [testenv:mypy]
deps = mypy==0.800 deps = mypy==0.812
commands = commands =
mypy {posargs} mypy {posargs}
@ -41,7 +41,7 @@ passenv = CI_* GITHUB_* AWS_* TWINE_* DOCKER_*
deps = deps =
-e .[dev] -e .[dev]
pyinstaller==4.2 pyinstaller==4.2
twine==3.3.0 twine==3.4.1
awscli awscli
commands = commands =
mitmdump --version mitmdump --version