diff --git a/poetry.lock b/poetry.lock index b8ed18722..5f26cd21a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3925,13 +3925,13 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [[package]] name = "vulture" -version = "2.8" +version = "2.9.1" description = "Find dead code" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "vulture-2.8-py2.py3-none-any.whl", hash = "sha256:78bd44972b71d914ac382e64cacd4f56682017dcfa5929d3110ad09453796133"}, - {file = "vulture-2.8.tar.gz", hash = "sha256:393293f183508064294b0feb4c8579e7f1f27e5bf74c9def6a3d52f38b29b599"}, + {file = "vulture-2.9.1-py2.py3-none-any.whl", hash = "sha256:a46857014619bd4b785a506b9ddb738cd4621043558309b03a879d18f86e2d72"}, + {file = "vulture-2.9.1.tar.gz", hash = "sha256:b6a2aa632b6fd51488a8eeac650ab4a509bb1a032e81943817a8a2e6a63a30b3"}, ] [package.dependencies] @@ -4291,4 +4291,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "9567d12431fe9070c72a3a344f91b5e537382b7075cf55321feac92dcca47044" +content-hash = "7141899afe0fa56f7ee3bd6ff8c0b938162a3aa22cd700d2b12218d785d7eb1a" diff --git a/pyproject.toml b/pyproject.toml index c9750c43e..72df2f5f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ python-dotenv = "==1.0.0" radon = "==6.0.1" sqlalchemy = "==1.4.40" werkzeug = "~=2.3" -vulture = "==2.8" +vulture = "==2.9.1" packaging = "==23.1" notifications-utils = {git = "https://github.com/GSA/notifications-utils.git", develop = true, branch = "main"} newrelic = "*"