From e03faa2dd9e0bf7e5faa898e996b2422c20c935d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 21:46:29 +0000 Subject: [PATCH] Bump vulture from 2.9.1 to 2.10 Bumps [vulture](https://github.com/jendrikseipp/vulture) from 2.9.1 to 2.10. - [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.9.1...v2.10) --- updated-dependencies: - dependency-name: vulture dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index bbc7bcb47..8a97ec072 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3913,13 +3913,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] @@ -4279,4 +4279,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "19a7b9d040bf6251806a32f6758d26059e7f58d3cc4f3e72bc9245ec20b7b6e3" +content-hash = "73b31c1fbc686f41e44e068c56a3cd2d191dd0f736d65fc6bd7b59c9e81ae15a" diff --git a/pyproject.toml b/pyproject.toml index 096822821..eb33aa1b3 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.9.1" +vulture = "==2.10" packaging = "==23.1" notifications-utils = {git = "https://github.com/GSA/notifications-utils.git", develop = true, branch = "main"} newrelic = "*"