chore(deps-dev): bump vulture from 2.12 to 2.13 (#5665)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-11-07 08:20:54 -05:00
committed by GitHub
parent 816b49fac5
commit f376516aad
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -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"
+1 -1
View File
@@ -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