From 59501489386d551bc9f4e19930a4b4afd75a0dce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 May 2022 10:55:24 +0000 Subject: [PATCH] Bump vulture from 2.3 to 2.4 Bumps [vulture](https://github.com/jendrikseipp/vulture) from 2.3 to 2.4. - [Release notes](https://github.com/jendrikseipp/vulture/releases) - [Changelog](https://github.com/jendrikseipp/vulture/blob/master/CHANGELOG.md) - [Commits](https://github.com/jendrikseipp/vulture/compare/v2.3...v2.4) --- 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 b1711545..3794189e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -922,7 +922,7 @@ testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", [[package]] name = "vulture" -version = "2.3" +version = "2.4" description = "Find dead code" category = "dev" optional = false @@ -966,7 +966,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "8f48b6aa0269201e8d7eb226bc77d83b048e3cfd86acde97ff2c135e7b4cc33c" +content-hash = "6359bf0c646a4d1a403babb664c4186c853649b39e4ad34fc63f4d4f269aa1fb" [metadata.files] aiohttp = [ @@ -1703,8 +1703,8 @@ virtualenv = [ {file = "virtualenv-20.13.0.tar.gz", hash = "sha256:d8458cf8d59d0ea495ad9b34c2599487f8a7772d796f9910858376d1600dd2dd"}, ] vulture = [ - {file = "vulture-2.3-py2.py3-none-any.whl", hash = "sha256:f39de5e6f1df1f70c3b50da54f1c8d494159e9ca3d01a9b89eac929600591703"}, - {file = "vulture-2.3.tar.gz", hash = "sha256:03d5a62bcbe9ceb9a9b0575f42d71a2d414070229f2e6f95fa6e7c71aaaed967"}, + {file = "vulture-2.4-py2.py3-none-any.whl", hash = "sha256:25acfcacc24884e4344c13601ff43bbfa59faa9cdf330ccce6f4a09c49a2057c"}, + {file = "vulture-2.4.tar.gz", hash = "sha256:819439294a76b4e0b8e08c70d75565a8ce3dc1f6e03558ed123a5f2bb737c0ea"}, ] 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 c84ab2e8..d9dc95f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pytest-cov = "^3.0.0" yamllint = "^1.26.3" pyupgrade = "^2.32.1" flake8-simplify = "^0.19.2" -vulture = "^2.3" +vulture = "^2.4" flake8-bandit = "^3.0.0" flake8-bugbear = "^22.4.25" flake8-builtins = "^1.5.3"