From 6704407026326a06a4c20aee118f9add3e4e422d Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 28 Jun 2022 13:38:18 +0200 Subject: [PATCH] bump dependencies --- setup.py | 4 ++-- tox.ini | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index cf33149c9..4e149c4d8 100644 --- a/setup.py +++ b/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", diff --git a/tox.ini b/tox.ini index 2d209e155..db3d7c6ec 100644 --- a/tox.ini +++ b/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}