From 0a901fb75e94095a4e077e5a69c13b75fea1d172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 10:17:36 +0200 Subject: [PATCH] Bump vulture from 2.5 to 2.6 (#608) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ee6e18d4..92853d82 100644 --- a/poetry.lock +++ b/poetry.lock @@ -941,7 +941,7 @@ testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", [[package]] name = "vulture" -version = "2.5" +version = "2.6" description = "Find dead code" category = "dev" optional = false @@ -986,7 +986,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "fbac3ac9a8d805221f11c396b749f6a02dc9585fd1d6163ddcae01dd7ddc2ed7" +content-hash = "e1993e1c95cdea4591857ab0c983c330bc2cc1604633812e6dece0bf134a2e7a" [metadata.files] aiohttp = [ @@ -1699,8 +1699,8 @@ virtualenv = [ {file = "virtualenv-20.10.0.tar.gz", hash = "sha256:576d05b46eace16a9c348085f7d0dc8ef28713a2cabaa1cf0aea41e8f12c9218"}, ] vulture = [ - {file = "vulture-2.5-py2.py3-none-any.whl", hash = "sha256:a7c7e7a23b11e78840fdd821509d05a6134aa9fd60418fe39d60b3026fe698d9"}, - {file = "vulture-2.5.tar.gz", hash = "sha256:2831694055eb2e36a09c3b7680934837102b9b6c0969206e3902d513612177c3"}, + {file = "vulture-2.6-py2.py3-none-any.whl", hash = "sha256:e792e903ccc063ec4873a8979dcf11b51ea3d65a2d3b31c113d47be48f0cdcae"}, + {file = "vulture-2.6.tar.gz", hash = "sha256:2515fa848181001dc8a73aba6a01a1a17406f5d372f24ec7f7191866f9f4997e"}, ] 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 365e2bb7..8a395a85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pytest-cov = "^3.0.0" yamllint = "^1.28.0" pyupgrade = "^2.38.0" flake8-simplify = "^0.19.3" -vulture = "^2.5" +vulture = "^2.6" flake8-bandit = "^3.0.0" flake8-bugbear = "^22.9.11" flake8-builtins = "^1.5.3"