diff --git a/poetry.lock b/poetry.lock index 2659db7..0232578 100644 --- a/poetry.lock +++ b/poetry.lock @@ -926,7 +926,7 @@ testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", [[package]] name = "vulture" -version = "2.4" +version = "2.5" description = "Find dead code" category = "dev" optional = false @@ -970,7 +970,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "d085349298ac2f8d20510ef4a7dac4d62c68f7f79916ecd29639e1add90725eb" +content-hash = "7a3914eebee4b36c22cbe605a9f069966306a27a69193d59b5a40ee7ca5c2e46" [metadata.files] aiohttp = [ @@ -1652,8 +1652,8 @@ virtualenv = [ {file = "virtualenv-20.13.4.tar.gz", hash = "sha256:ce8901d3bbf3b90393498187f2d56797a8a452fb2d0d7efc6fd837554d6f679c"}, ] vulture = [ - {file = "vulture-2.4-py2.py3-none-any.whl", hash = "sha256:25acfcacc24884e4344c13601ff43bbfa59faa9cdf330ccce6f4a09c49a2057c"}, - {file = "vulture-2.4.tar.gz", hash = "sha256:819439294a76b4e0b8e08c70d75565a8ce3dc1f6e03558ed123a5f2bb737c0ea"}, + {file = "vulture-2.5-py2.py3-none-any.whl", hash = "sha256:a7c7e7a23b11e78840fdd821509d05a6134aa9fd60418fe39d60b3026fe698d9"}, + {file = "vulture-2.5.tar.gz", hash = "sha256:2831694055eb2e36a09c3b7680934837102b9b6c0969206e3902d513612177c3"}, ] wrapt = [ {file = "wrapt-1.13.3-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:e05e60ff3b2b0342153be4d1b597bbcfd8330890056b9619f4ad6b8d5c96a81a"}, diff --git a/pyproject.toml b/pyproject.toml index 9071d04..8df3861 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pytest-cov = "^3.0.0" yamllint = "^1.26.3" pyupgrade = "^2.34.0" flake8-simplify = "^0.19.2" -vulture = "^2.4" +vulture = "^2.5" flake8-bandit = "^3.0.0" flake8-bugbear = "^22.7.1" flake8-builtins = "^1.5.3"