diff --git a/setup.py b/setup.py index c597c05a0..df083718f 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ setup( "hypothesis>=5.8,<7", "parver>=0.1,<2.0", "pdoc>=4.0.0", - "pyinstaller==4.10", + "pyinstaller==5.0", "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 4983c7daf..f04ecef25 100644 --- a/tox.ini +++ b/tox.ini @@ -33,9 +33,9 @@ deps = types-certifi==2021.10.8.1 types-Flask==1.1.6 types-Werkzeug==1.0.9 - types-requests==2.27.16 - types-cryptography==3.3.18 - types-pyOpenSSL==22.0.1 + types-requests==2.27.19 + types-cryptography==3.3.20 + types-pyOpenSSL==22.0.3 commands = mypy {posargs}