Bump vulture from 2.8 to 2.9.1

Bumps [vulture](https://github.com/jendrikseipp/vulture) from 2.8 to 2.9.1.
- [Release notes](https://github.com/jendrikseipp/vulture/releases)
- [Changelog](https://github.com/jendrikseipp/vulture/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jendrikseipp/vulture/compare/v2.8...v2.9.1)

---
updated-dependencies:
- dependency-name: vulture
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-09-26 21:52:14 +00:00
committed by GitHub
parent 19ba164708
commit 21fdaeb350
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -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"

View File

@@ -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 = "*"