build(deps-dev): bump vulture from 2.10 to 2.11 (#3328)

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-01-30 09:46:17 +01:00
committed by GitHub
parent db4579435a
commit ee2ed92fb5
2 changed files with 6 additions and 17 deletions

21
poetry.lock generated
View File

@@ -3082,17 +3082,6 @@ idna = "*"
requests = ">=2.1.0" requests = ">=2.1.0"
requests-file = ">=1.4" requests-file = ">=1.4"
[[package]]
name = "toml"
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
files = [
{file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"},
{file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"},
]
[[package]] [[package]]
name = "tomli" name = "tomli"
version = "2.0.1" version = "2.0.1"
@@ -3187,17 +3176,17 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[[package]] [[package]]
name = "vulture" name = "vulture"
version = "2.10" version = "2.11"
description = "Find dead code" description = "Find dead code"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "vulture-2.10-py2.py3-none-any.whl", hash = "sha256:568a4176db7468d0157817ae3bb1847a19f1ddc629849af487f9d3b279bff77d"}, {file = "vulture-2.11-py2.py3-none-any.whl", hash = "sha256:12d745f7710ffbf6aeb8279ba9068a24d4e52e8ed333b8b044035c9d6b823aba"},
{file = "vulture-2.10.tar.gz", hash = "sha256:2a5c3160bffba77595b6e6dfcc412016bd2a09cd4b66cdf7fbba913684899f6f"}, {file = "vulture-2.11.tar.gz", hash = "sha256:f0fbb60bce6511aad87ee0736c502456737490a82d919a44e6d92262cb35f1c2"},
] ]
[package.dependencies] [package.dependencies]
toml = "*" tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
[[package]] [[package]]
name = "watchdog" name = "watchdog"
@@ -3377,4 +3366,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.9,<3.12" python-versions = ">=3.9,<3.12"
content-hash = "51e06e1642cf0eae8091967a1d33fc0f58dbde8ab239b01b2526e78947715f4f" content-hash = "c7d2a20d91d92b908a226806bbe97af1a489e5b947fd6504194c67cb69025a15"

View File

@@ -72,7 +72,7 @@ pytest-cov = "4.1.0"
pytest-randomly = "3.15.0" pytest-randomly = "3.15.0"
pytest-xdist = "3.5.0" pytest-xdist = "3.5.0"
safety = "3.0.1" safety = "3.0.1"
vulture = "2.10" vulture = "2.11"
[tool.poetry.scripts] [tool.poetry.scripts]
prowler = "prowler.__main__:prowler" prowler = "prowler.__main__:prowler"