build(deps-dev): bump vulture from 2.7 to 2.8 (#2727)

This commit is contained in:
dependabot[bot]
2023-08-15 08:33:27 +02:00
committed by GitHub
parent 465e64b9ac
commit b0bdeea60f
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2705,13 +2705,13 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[[package]]
name = "vulture"
version = "2.7"
version = "2.8"
description = "Find dead code"
optional = false
python-versions = ">=3.6"
files = [
{file = "vulture-2.7-py2.py3-none-any.whl", hash = "sha256:bccc51064ed76db15a6b58277cea8885936af047f53d2655fb5de575e93d0bca"},
{file = "vulture-2.7.tar.gz", hash = "sha256:67fb80a014ed9fdb599dd44bb96cb54311032a104106fc2e706ef7a6dad88032"},
{file = "vulture-2.8-py2.py3-none-any.whl", hash = "sha256:78bd44972b71d914ac382e64cacd4f56682017dcfa5929d3110ad09453796133"},
{file = "vulture-2.8.tar.gz", hash = "sha256:393293f183508064294b0feb4c8579e7f1f27e5bf74c9def6a3d52f38b29b599"},
]
[package.dependencies]
@@ -2916,4 +2916,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "7e241e96b044edcc8097879cea3219952a8344cd08ab3ede8d88bdb98d3a560a"
content-hash = "0e77ceb14534eacd5ac23360446b6b190876a13900a4e994d97de03911509b06"

View File

@@ -69,7 +69,7 @@ pytest-randomly = "3.13.0"
pytest-xdist = "3.3.1"
safety = "2.3.5"
sure = "2.0.1"
vulture = "2.7"
vulture = "2.8"
[tool.poetry.scripts]
prowler = "prowler.__main__:prowler"