diff --git a/pyproject.toml b/pyproject.toml index ac369981..4d0e2191 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ docs = [ static-code-analysis = [ "prospector == 1.10.3", "mypy == 1.8.0", - "vulture == 2.10", + "vulture == 2.11", "bandit == 1.7.6", "pyroma == 4.2", ] diff --git a/tests/requirements_for_static_code_analysis.txt b/tests/requirements_for_static_code_analysis.txt index aa629f17..5daa3e9b 100644 --- a/tests/requirements_for_static_code_analysis.txt +++ b/tests/requirements_for_static_code_analysis.txt @@ -1,5 +1,5 @@ prospector==1.10.3 mypy==1.8.0 -vulture==2.10 +vulture==2.11 bandit==1.7.6 pyroma==4.2 \ No newline at end of file