diff --git a/setup.py b/setup.py index b13f43382..6a1a069eb 100644 --- a/setup.py +++ b/setup.py @@ -108,7 +108,7 @@ setup( "pytest>=6.1.0,<7", "requests>=2.9.1,<3", "tox>=3.5,<4", - "wheel>=0.36.2,<0.37" + "wheel>=0.36.2,<0.38" ], } ) diff --git a/tox.ini b/tox.ini index 385628165..f83aa2f36 100644 --- a/tox.ini +++ b/tox.ini @@ -31,11 +31,11 @@ commands = deps = mypy==0.910 types-certifi==0.1.4 - types-Flask==1.1.2 - types-Werkzeug==1.0.3 - types-requests==2.25.3 - types-cryptography==3.3.4 - types-pyOpenSSL==20.0.4 + types-Flask==1.1.3 + types-Werkzeug==1.0.5 + types-requests==2.25.6 + types-cryptography==3.3.5 + types-pyOpenSSL==20.0.5 commands = mypy {posargs}