chore(deps-dev): bump vulture from 2.11 to 2.14 in /api (#6426)

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]
2025-01-10 15:14:55 +05:45
committed by GitHub
parent 16d73619e4
commit 1e27e52fba
2 changed files with 5 additions and 5 deletions

8
api/poetry.lock generated
View File

@@ -4813,13 +4813,13 @@ files = [
[[package]]
name = "vulture"
version = "2.11"
version = "2.14"
description = "Find dead code"
optional = false
python-versions = ">=3.8"
files = [
{file = "vulture-2.11-py2.py3-none-any.whl", hash = "sha256:12d745f7710ffbf6aeb8279ba9068a24d4e52e8ed333b8b044035c9d6b823aba"},
{file = "vulture-2.11.tar.gz", hash = "sha256:f0fbb60bce6511aad87ee0736c502456737490a82d919a44e6d92262cb35f1c2"},
{file = "vulture-2.14-py2.py3-none-any.whl", hash = "sha256:d9a90dba89607489548a49d557f8bac8112bd25d3cbc8aeef23e860811bd5ed9"},
{file = "vulture-2.14.tar.gz", hash = "sha256:cb8277902a1138deeab796ec5bef7076a6e0248ca3607a3f3dee0b6d9e9b8415"},
]
[[package]]
@@ -5069,4 +5069,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.11,<3.13"
content-hash = "14cf2f108ef306ee6b465f46eb1b21205e90a3fe0368fd9810622cd5cc59feb6"
content-hash = "4a2f6515272bcd61d126e595bc88107ee51b94147885a2440e8535bda172dbc0"

View File

@@ -49,7 +49,7 @@ pytest-randomly = "3.15.0"
pytest-xdist = "3.6.1"
ruff = "0.5.0"
safety = "3.2.3"
vulture = "2.11"
vulture = "2.14"
[tool.poetry.scripts]
celery = "src.backend.config.settings.celery"