diff --git a/setup_requirements.txt b/setup_requirements.txt index 3dcef16..ef8bc97 100644 --- a/setup_requirements.txt +++ b/setup_requirements.txt @@ -1,4 +1,5 @@ -pytest-runner -flake8 -pylint -bandit \ No newline at end of file +pytest-runner~=6.0.0 +mccabe~=0.6.1 +flake8~=4.0.1 +pylint~=2.13.5 +bandit~=1.7.4 \ No newline at end of file