diff --git a/poetry.lock b/poetry.lock index 606d70487d..8fc3731738 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 = "bfbdf92461efe2bc2ed13fd0650de518055306ffd96a1235667f96eef0c14dc5" +content-hash = "7bcc5f7dd3503619d759c2c02c3ac66124db2f1607c234a1da30becf372a9c7d" diff --git a/pyproject.toml b/pyproject.toml index 204ede6b38..6ad437f8c6 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