From c49418b9260859642cbaaeb21a7bba50a22eaa5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 06:09:35 +0000 Subject: [PATCH] Bump vulture from 2.6 to 2.7 Bumps [vulture](https://github.com/jendrikseipp/vulture) from 2.6 to 2.7. - [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.6...v2.7) --- updated-dependencies: - dependency-name: vulture dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7f2b737f..bb2a51a8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -938,7 +938,7 @@ testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", [[package]] name = "vulture" -version = "2.6" +version = "2.7" description = "Find dead code" category = "dev" optional = false @@ -983,7 +983,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "58cb89880b2806df6eea006b08639238ef3a82917c9b93781a31f80b64c35fa2" +content-hash = "56e250ace53b9c238e3659e2dd55d7e9667ba238c6a198fd313efd65217eb6a1" [metadata.files] aiohttp = [ @@ -1710,8 +1710,8 @@ virtualenv = [ {file = "virtualenv-20.13.3.tar.gz", hash = "sha256:e9dd1a1359d70137559034c0f5433b34caf504af2dc756367be86a5a32967134"}, ] vulture = [ - {file = "vulture-2.6-py2.py3-none-any.whl", hash = "sha256:e792e903ccc063ec4873a8979dcf11b51ea3d65a2d3b31c113d47be48f0cdcae"}, - {file = "vulture-2.6.tar.gz", hash = "sha256:2515fa848181001dc8a73aba6a01a1a17406f5d372f24ec7f7191866f9f4997e"}, + {file = "vulture-2.7-py2.py3-none-any.whl", hash = "sha256:bccc51064ed76db15a6b58277cea8885936af047f53d2655fb5de575e93d0bca"}, + {file = "vulture-2.7.tar.gz", hash = "sha256:67fb80a014ed9fdb599dd44bb96cb54311032a104106fc2e706ef7a6dad88032"}, ] wrapt = [ {file = "wrapt-1.14.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:1b376b3f4896e7930f1f772ac4b064ac12598d1c38d04907e696cc4d794b43d3"}, diff --git a/pyproject.toml b/pyproject.toml index 34180d5c..82fc4719 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pytest-cov = "^4.0.0" yamllint = "^1.28.0" pyupgrade = "^3.3.1" flake8-simplify = "^0.19.3" -vulture = "^2.6" +vulture = "^2.7" flake8-bandit = "^3.0.0" flake8-bugbear = "^22.12.6" flake8-builtins = "^2.1.0"