diff --git a/poetry.lock b/poetry.lock index ec9e37c..0fbf96d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2079,14 +2079,14 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [[package]] name = "vulture" -version = "2.14" +version = "2.16" description = "Find dead code" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "vulture-2.14-py2.py3-none-any.whl", hash = "sha256:d9a90dba89607489548a49d557f8bac8112bd25d3cbc8aeef23e860811bd5ed9"}, - {file = "vulture-2.14.tar.gz", hash = "sha256:cb8277902a1138deeab796ec5bef7076a6e0248ca3607a3f3dee0b6d9e9b8415"}, + {file = "vulture-2.16-py3-none-any.whl", hash = "sha256:6e0f1c312cef1c87856957e5c2ca9608834a7c794c2180477f30bf0e4cc58eee"}, + {file = "vulture-2.16.tar.gz", hash = "sha256:f8d9f6e2af03011664a3c6c240c9765b3f392917d3135fddca6d6a68d359f717"}, ] [package.dependencies] @@ -2186,4 +2186,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.14" -content-hash = "3d862cf541c05e0b3d4a89fa55dee74d59a4763d75d5352fc94c5db778f22764" +content-hash = "8466456a4214ede7b1173a0c2f35a29a91b828505df948b7f35598d8345309da" diff --git a/pyproject.toml b/pyproject.toml index 34399de..56e3a24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,4 +50,4 @@ pytest = "^7.4.0" pytest-cov = "^7.0.0" pytest-xdist = "^3.0.0" safety = "^3.0.0" -vulture = "^2.9.0" +vulture = "^2.16.0"