From f376516aadf9724d0eff6fa78662383e8bfbc177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 08:20:54 -0500 Subject: [PATCH] chore(deps-dev): bump vulture from 2.12 to 2.13 (#5665) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 15840ef3d2..5ae5202b63 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5519,13 +5519,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "vulture" -version = "2.12" +version = "2.13" description = "Find dead code" optional = false python-versions = ">=3.8" files = [ - {file = "vulture-2.12-py2.py3-none-any.whl", hash = "sha256:68ee4c4ce0128bb504dc7c2df4244c97ef5a2e29af42f27a976a6e30906e993a"}, - {file = "vulture-2.12.tar.gz", hash = "sha256:c35e98e992eb84b01cdadbfeb0aca2d44363e7dfe6c19416f65001ae69360ccc"}, + {file = "vulture-2.13-py2.py3-none-any.whl", hash = "sha256:34793ba60488e7cccbecdef3a7fe151656372ef94fdac9fe004c52a4000a6d44"}, + {file = "vulture-2.13.tar.gz", hash = "sha256:78248bf58f5eaffcc2ade306141ead73f437339950f80045dce7f8b078e5a1aa"}, ] [package.dependencies] @@ -5861,4 +5861,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "a87e50fabc68d986aabd16ae8a3f75b66b9d3f06addb965486ac792d74cf2650" +content-hash = "37a372ebc96fdd4887f85efbe0194859d1f8139171e0f3e3870f47d128009bd1" diff --git a/pyproject.toml b/pyproject.toml index 2372f480b4..1dd373a751 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ pytest-env = "1.1.5" pytest-randomly = "3.15.0" pytest-xdist = "3.6.1" safety = "3.2.8" -vulture = "2.12" +vulture = "2.13" [tool.poetry.group.docs] optional = true