bump dependencies

This commit is contained in:
Maximilian Hils 2022-06-28 13:38:18 +02:00
parent 87d3d1cb88
commit 6704407026
2 changed files with 6 additions and 6 deletions

View File

@ -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",

View File

@ -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}