diff --git a/lint-requirements.txt b/lint-requirements.txt index 47fac4b63..482a1c847 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -1,7 +1,8 @@ # This file contains requirements which are needed by the lint test targets -black==22.6.0 +black==24.3.0 modernize==0.7 flake8==4.0.1 pylint==2.13.8 mypy==0.761 -bandit==1.6.3 +bandit==1.7.7 +setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability