diff --git a/poetry.lock b/poetry.lock index 213eb0ac3..1b503c0d3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3039,13 +3039,13 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [[package]] name = "vulture" -version = "2.13" +version = "2.14" description = "Find dead code" optional = false python-versions = ">=3.8" files = [ - {file = "vulture-2.13-py2.py3-none-any.whl", hash = "sha256:34793ba60488e7cccbecdef3a7fe151656372ef94fdac9fe004c52a4000a6d44"}, - {file = "vulture-2.13.tar.gz", hash = "sha256:78248bf58f5eaffcc2ade306141ead73f437339950f80045dce7f8b078e5a1aa"}, + {file = "vulture-2.14-py2.py3-none-any.whl", hash = "sha256:d9a90dba89607489548a49d557f8bac8112bd25d3cbc8aeef23e860811bd5ed9"}, + {file = "vulture-2.14.tar.gz", hash = "sha256:cb8277902a1138deeab796ec5bef7076a6e0248ca3607a3f3dee0b6d9e9b8415"}, ] [[package]] @@ -3134,4 +3134,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12.2" -content-hash = "3035525f7fc44291ea02b011d9fa6c0e84501d567417144e4d8fd6beebb11928" +content-hash = "ca8724c00a1bdf3290beab15a809357250a72737f4c71c92c792a950b652708d" diff --git a/pyproject.toml b/pyproject.toml index 437012c97..57b85407e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ pytest-playwright = "^0.5.1" pytest-xdist = "^3.5.0" radon = "^6.0.1" requests-mock = "^1.11.0" -vulture = "^2.11" +vulture = "^2.14" [build-system]