diff --git a/requirements.txt b/requirements.txt index 77e2384816..ac3846c49d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -voluptuous==0.11.7 +voluptuous==0.12.0 PyYAML==5.3.1 paho-mqtt==1.5.1 -colorlog==4.2.1 +colorlog==4.4.0 tornado==6.0.4 protobuf==3.13.0 tzlocal==2.1 diff --git a/requirements_test.txt b/requirements_test.txt index 18f6f52b28..d7a2d478a8 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,11 +1,11 @@ pylint==2.6.0 -flake8==3.8.3 +flake8==3.8.4 pillow>4.0.0 cryptography>=2.0.0,<4 pexpect==4.8.0 # Unit tests -pytest==6.0.2 +pytest==6.1.1 pytest-cov==2.10.1 pytest-mock==3.3.1 asyncmock==0.4.2