diff --git a/config/requirements-dev.txt b/config/requirements-dev.txt index 066a933..2714225 100644 --- a/config/requirements-dev.txt +++ b/config/requirements-dev.txt @@ -11,7 +11,7 @@ coverage==7.3.3 # Code Quality black==24.10.0 -flake8==6.1.0 +flake8==7.3.0 pylint==3.0.3 mypy==1.7.1 isort==5.13.2 diff --git a/python-automation/requirements.txt b/python-automation/requirements.txt index 501d8a5..2669bf2 100644 --- a/python-automation/requirements.txt +++ b/python-automation/requirements.txt @@ -39,7 +39,7 @@ pytest==7.4.3 pytest-asyncio==0.21.1 pytest-cov==4.1.0 black==24.10.0 -flake8==6.1.0 +flake8==7.3.0 # Enterprise integrations microsoft-graph-core==0.2.2 diff --git a/requirements.txt b/requirements.txt index 5d99140..5ff7d66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,5 +51,5 @@ loguru==0.7.3 # Development tools black==24.10.0 -flake8==7.1.1 +flake8==7.3.0 bandit==1.8.0 \ No newline at end of file