From 1654495c029db1201b83475cbd6e89e77b313666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 11:26:36 +0200 Subject: [PATCH] Bump vulture from 2.4 to 2.5 (#148) 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 458880c..238dbe2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -933,7 +933,7 @@ testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", [[package]] name = "vulture" -version = "2.4" +version = "2.5" description = "Find dead code" category = "dev" optional = false @@ -977,7 +977,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "a8996e4b186c799e7ff3822b90ce646543ddc3b53640187de09a58ee9bf316b4" +content-hash = "f83c74697fc3da4af23b82b9bacf663ee0a5e9b7faa774a9bc8b5e821f1d3339" [metadata.files] aiohttp = [ @@ -1692,8 +1692,8 @@ virtualenv = [ {file = "virtualenv-20.13.0.tar.gz", hash = "sha256:d8458cf8d59d0ea495ad9b34c2599487f8a7772d796f9910858376d1600dd2dd"}, ] vulture = [ - {file = "vulture-2.4-py2.py3-none-any.whl", hash = "sha256:25acfcacc24884e4344c13601ff43bbfa59faa9cdf330ccce6f4a09c49a2057c"}, - {file = "vulture-2.4.tar.gz", hash = "sha256:819439294a76b4e0b8e08c70d75565a8ce3dc1f6e03558ed123a5f2bb737c0ea"}, + {file = "vulture-2.5-py2.py3-none-any.whl", hash = "sha256:a7c7e7a23b11e78840fdd821509d05a6134aa9fd60418fe39d60b3026fe698d9"}, + {file = "vulture-2.5.tar.gz", hash = "sha256:2831694055eb2e36a09c3b7680934837102b9b6c0969206e3902d513612177c3"}, ] wrapt = [ {file = "wrapt-1.13.3-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:e05e60ff3b2b0342153be4d1b597bbcfd8330890056b9619f4ad6b8d5c96a81a"}, diff --git a/pyproject.toml b/pyproject.toml index 5225420..0b0c992 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pytest-cov = "^3.0.0" yamllint = "^1.26.3" pyupgrade = "^2.34.0" flake8-simplify = "^0.19.2" -vulture = "^2.4" +vulture = "^2.5" flake8-bandit = "^3.0.0" flake8-bugbear = "^22.7.1" flake8-builtins = "^1.5.3"