diff --git a/poetry.lock b/poetry.lock index cb022c08854..62245ddce49 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4888,13 +4888,13 @@ zstd = ["zstandard (>=0.18.0)"] [[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.dependencies] @@ -5194,4 +5194,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "af11b4809a220ca4704bdff59e55883d4d87661a2fcb301f073ab807a8c29193" +content-hash = "1898ab7b9eb4972572e0f76218e32ab06466177fe606e3981a7f32ea116666ff" diff --git a/pyproject.toml b/pyproject.toml index d6329e51ab9..7e2cb3052c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ pytest-env = "1.1.5" pytest-randomly = "3.16.0" pytest-xdist = "3.6.1" safety = "3.2.9" -vulture = "2.13" +vulture = "2.14" [tool.poetry.group.docs] optional = true