Merge pull request #852 from GSA/dependabot/pip/vulture-2.10

Bump vulture from 2.9.1 to 2.10
This commit is contained in:
Carlo Costino
2023-10-11 10:29:52 -04:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -3307,13 +3307,13 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess
[[package]]
name = "vulture"
version = "2.9.1"
version = "2.10"
description = "Find dead code"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "vulture-2.9.1-py2.py3-none-any.whl", hash = "sha256:a46857014619bd4b785a506b9ddb738cd4621043558309b03a879d18f86e2d72"},
{file = "vulture-2.9.1.tar.gz", hash = "sha256:b6a2aa632b6fd51488a8eeac650ab4a509bb1a032e81943817a8a2e6a63a30b3"},
{file = "vulture-2.10-py2.py3-none-any.whl", hash = "sha256:568a4176db7468d0157817ae3bb1847a19f1ddc629849af487f9d3b279bff77d"},
{file = "vulture-2.10.tar.gz", hash = "sha256:2a5c3160bffba77595b6e6dfcc412016bd2a09cd4b66cdf7fbba913684899f6f"},
]
[package.dependencies]
@@ -3504,4 +3504,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "2604801ece966418a84557577ce82c186a3c860243957ff98f85971d9bda03c2"
content-hash = "1e529b8c5db1772a22cd19c2438d8aa8ee11ff4b6b74c10850674f5f46e4834e"

View File

@@ -39,7 +39,7 @@ newrelic = "*"
flask-talisman = "*"
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git", develop = true, branch = "main"}
coverage = "*"
vulture = "==2.9.1"
vulture = "==2.10"
radon = "==6.0.1"